Image Library
Update a library image
Update an existing image library entry. If the request body is non-empty the binary data is replaced and the stored MIME type is taken from the Content-Type header. The "name" and "category" query parameters, if present, update the corresponding metadata fields; when absent the existing values are retained. Protected images cannot be modified. Requires the MANAGE_IMAGE_LIB system access right.
put/v1/image-library/{guid}
Path parameters
guidstring uuid required
Image GUID.
Query parameters
namestring
New image display name.
categorystring
New image category.
Response
Image updated.
Changes
No recorded changes to this endpoint across all 115 revisions of this API.