Skip to main content
PATCH
Update an add-on

Authorizations

Authorization
string
header
required

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

Path Parameters

addon_id
string<MeteroidId>
required

Add-on ID

Example:

"add_7n42DGM5Tflk9n8mt7Fhc7"

Body

application/json
description
string | null
max_instances_per_subscription
integer<int32> | null
name
string | null
price_id
string<MeteroidId> | null
Example:

"pri_7n42DGM5Tflk9n8mt7Fhc7"

self_serviceable
boolean | null

Response

Add-on updated

created_at
string<date-time>
required
id
string<MeteroidId>
required
Example:

"add_7n42DGM5Tflk9n8mt7Fhc7"

name
string
required
price_id
string<MeteroidId>
required
Example:

"pri_7n42DGM5Tflk9n8mt7Fhc7"

product_id
string<MeteroidId>
required
Example:

"prd_7n42DGM5Tflk9n8mt7Fhc7"

self_serviceable
boolean
required
archived_at
string<date-time> | null
description
string | null
entitlements
object[]
fee_type
enum<string> | null
Available options:
RATE,
SLOT,
CAPACITY,
USAGE,
EXTRA_RECURRING,
ONE_TIME
max_instances_per_subscription
integer<int32> | null