API reference
PATCH /presentations/:id
Updates presentation metadata. In the current version, only title is supported.
Parameters
The presentation ID
Updated presentation title
Response
Presentation ID
Presentation title
Workspace ID that owns the presentation
Presentation slides
Whether the presentation is public
Canonical presentation URL
ISO timestamp when the presentation was created
ISO timestamp when the presentation was last updated
FAQs
What can I update with this endpoint?
What can I update with this endpoint?
In v1, this endpoint supports updating the presentation title.Other presentation fields are not editable through this route.
What happens if I send an empty request body?
What happens if I send an empty request body?
Chronicle treats an empty body as a no-op and returns the current presentation state.If you want to make a change, include a supported field in the request body.
Can I update sections or slide content here?
Can I update sections or slide content here?
No. This endpoint does not update presentation content.Use it only for supported presentation properties.