v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring image profiles
Update an existing image profile.
Use the /image-profiles/{id} end-point to update an existing image profile within the database.<br />User roles: admin, manager
put/authoring/v1/image-profiles/{id}
Path parameters
idstring required
The ID of the image profile document to update.
Query parameters
forceOverrideboolean
Specifies whether revision checking should be disabled.
Request body
Example request
{
"tags": [
"news",
"sample"
]
}Response
Success.
Example response
{
"tags": [
"news",
"sample"
]
}