Reusable, data-independent flyer layouts.
List flyer templates
List the flyer templates of a cinema. Templates are cinema-scoped: only the templates of the addressed cinema are returned.
path Parameters
cinemaIdquery Parameters
pageperPagesortorderqueryList flyer templates › Responses
FlyerTemplate list
Create a flyer template
Create a flyer template for a cinema. The template is always created for the cinema addressed in the path. The document is stored verbatim; the API only checks that it carries a known schemaVersion, per the flyer API contract.
path Parameters
cinemaIdCreate a flyer template › Responses
FlyerTemplate created
Delete a flyer template
Delete a flyer template. Flyers previously forked from it are unaffected — per ADR-0003 the fork survives its template being deleted. Cinema staff can only delete templates of their own cinema.
path Parameters
flyerTemplateIdDelete a flyer template › Responses
FlyerTemplate deleted
Update a flyer template
Rename a flyer template or replace its document. Cinema staff can only update templates of their own cinema. version is an optimistic-lock counter: it must equal the value last read from this template, or the request fails with 409 and the row is left untouched. A successful write increments it.
path Parameters
flyerTemplateIdUpdate a flyer template › Responses
FlyerTemplate updated

