Home > @tridion-sites/open-api-client > ItemsService > validatePage
Validates a Page according to the Page Schema that is used. This operation returns an instance of ‘ValidationError’ type.
Signature:
static validatePage({ pageModel, }: {
pageModel: Page;
}): CancelablePromise<Array<ValidationError>>;
Parameter | Type | Description |
---|---|---|
{ pageModel, } | { pageModel: Page; } |
Returns:
CancelablePromise<Array<ValidationError>>
ValidationError The request was successful.
ApiError