API reference
PATCH /presentations/:id
Updates presentation metadata. In the current version, only title is supported.
Parameters
string
required
The presentation ID
string
Updated presentation title
Response
string
Presentation ID
string
Presentation title
string
Workspace ID that owns the presentation
array
Presentation slides
boolean
Whether the presentation is public
string
Canonical presentation URL
string
ISO timestamp when the presentation was created
string
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.