Publish a report
POST/report/:id/publish
Takes a snapshot of the current draft, stores it as a new version, and marks it as the published version.
Request
Responses
- 200
- 4XX
- 5XX
The newly published version.
Client error responses due to invalid input or missing parameters.
Internal server error due to an unexpected issue.