v6.0.0
6.0.0 (2026-08-20)
Features
- signage: add shared_with field to media, playlists and templates (72ea54b)
- signage: sync endpoints and types with OPENAPI_DOC (d8f690d)
BREAKING CHANGES
- signage:
showSignageMetricsis renamed to
updateSignageMetrics(id, metrics). The endpoint takes the metrics as
the request body and returns 202 with no content, so the old function
posted an empty body and cast an empty response. - signage:
SignageMediaQueryOptionsno longer has
authority_id,previeworitem_id. The media index does not accept
them. UseSignageDisplayOptionsforpreviewanditem_id.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com