PPT sets
Update a ppt_set
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/ppt_sets/ppt_set_abc..." \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "object": "ppt_set", "organization": "string", "parent_ppt_set": "string", "name": "string", "folder_key": "string", "set_type": "string", "description": "string", "order_index": 0, "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z"}{ "error": {}}