Image Library
Create a library image
Create a new image library entry. The request body must be the raw image bytes and the Content-Type header becomes the stored MIME type. The image name is passed as the "name" query parameter and is required. Requires the MANAGE_IMAGE_LIB system access right.
post/v1/image-library
Query parameters
namestring required
Image display name.
categorystring
Image category (defaults to "Default").
Response
Image created.
Changes
No recorded changes to this endpoint across all 115 revisions of this API.