v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring content
Validate the specified content item against its type.
Use the /content/{id}/validate end-point to validate if the content item specified matches its recorded content type.<br />User roles: admin, manager, editor
post/authoring/v1/content/{id}/validate
Path parameters
idstring required
Provide the ID of the content document that you want to validate.
Response
Completed the validation, which failed for this content item. See the results to find out what validation errors occurred.
Example response
{
"failedIds": [
"b0798e67-3da2-48b4-b044-016495fa3ead"
]
}