Patch updates an existing deliverable template.

This endpoint updates an existing deliverable template with the provided fields.
Only the fields provided in the request body will be updated.
All fields are optional to support partial updates.

When updating sections:

  • Sections with an 'id' are updated
  • Sections without an 'id' are created as new sections
  • Existing sections not included in the request remain unchanged
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the deliverable template to update

Body Params

The update deliverable template request

Request payload for updating a deliverable template.
All fields are optional but at least one must be provided for a valid update.

string | null

Business-facing name of the deliverable template, used for identification.

Optional. When provided, must be non-empty and at most 255 characters.

sections
array of objects | null

Array of section configurations with upsert semantics.

Optional. Sections with 'id' are updated; sections without 'id' are created.

Existing sections not included in this array remain unchanged.

sections
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json