Skip to main content
PATCH
Update subscription template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

Subscription template name.

Example:

"Starter"

description
string | null

Subscription template description.

Example:

"Starter pack"

Response

200 - application/json
id
string
required

Subscription template ID.

Example:

"subt_7gdusOkqr5L0B8"

name
string
required

Subscription template name.

Example:

"Starter"

description
string | null
required

Subscription template description.

Example:

"Starter pack"

created_at
string<date-time>
required

Subscription template creation date. UTC date time string in the ISO 8601 format.

Example:

"2025-11-30T18:24:34.473Z"

updated_at
string<date-time>
required

Subscription template last edition date. UTC date time string in the ISO 8601 format.

Example:

"2025-11-30T18:24:34.473Z"

configurations
object[]
required

Subscription template configurations.

Example: