v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Asset

This creates a new thumbnail profile

Creates a ThumbnailProfile resource.

post/thumbnail-profiles

Request body

idstring nullable
namestring nullable
heightinteger nullable
widthinteger nullable
operationstring nullable
fillingColorstring nullable
formatstring nullable

Example request

{
  "id": "api_identifier",
  "name": "Thumbnail profile",
  "height": 600,
  "width": 600,
  "fillingColor": "FFFFFF"
}

Response

ThumbnailProfile resource created

idstring
namestring
isSystemboolean
heightinteger nullable
widthinteger nullable
fillingColorstring nullable
formatstring
operationstring
dateCreatedstring date-time nullable

This is an ISO datetime

dateModifiedstring date-time nullable

This is an ISO datetime