v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Templates

Patch a module/zone within a template. Patch allows partial updates by targeting specific properties. Uses the JSON Patch syntax (http://jsonpatch.com). Modules/zones define content areas on screen.

patch/templates/{templateId}/modules/{moduleId}

Path parameters

templateIdstring required

Template Id

moduleIdstring required

Module/zone Id

Request body

contractResolverIContractResolver

Response

OK

idstring nullable

Module/zone unique identifier

namestring nullable

Module/zone name

typestring nullable

Module/zone type (e.g., 'Playlist', 'Clock', 'Weather', 'Ticker', 'Web')

leftinteger nullable

Left position in pixels from the top-left corner of the template

topinteger nullable

Top position in pixels from the top-left corner of the template

widthinteger nullable

Width of the module/zone in pixels

heightinteger nullable

Height of the module/zone in pixels

playlist_idstring nullable

Playlist ID assigned to this module/zone. Determines what content is displayed in this area of the screen.

sequenceinteger nullable

Sequence or Z-order for overlapping modules/zones. Higher values appear in front of lower values.