Publish office template version
POST/office/templates/:id/publish
Promotes the current draft version to the published version, making it the active template used by all subsequent render jobs for this template. A previous version snapshot is retained for audit and rollback purposes.
Request
Responses
- 200
- 404
- 409
Draft version promoted to published; all new render jobs will use this version.
Template not found.
No unpublished draft version exists to promote.