Update an image template

Update any subset of template attributes. Passing config fully replaces the template's canvas configuration.

patch/image_templates/{uid}

Path parameters

uidstring required

Request body

namestring

Template name

descriptionstring nullable

Template description

tagsstring[]

Template tags

widthinteger

Canvas width in pixels

heightinteger

Canvas height in pixels

Response

Updated template

uidstring
namestring
descriptionstring nullable
tagsstring[]
widthinteger
heightinteger
responsiveboolean

True if the template has responsive sizing or positioning

previewstring uri nullable

Preview image URL

ui_write_access'owner_only' | 'team'

Who can edit this template in the dashboard — owner_only (default) or team

api_write_access'team' | 'owner_only' | 'nobody'

Who can update or delete this template via the API — team (default, any workspace API key), owner_only (only API keys owned by the template's creator), or nobody (locked; unlock via dashboard)

created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.