update addon
PATCH/org/:orgId/addon/:addonId
Update an addon template
Request
Path Parameters
orgId stringrequired
Organization ID
addonId stringrequired
Addon ID
- application/json
Body
required
CreateAndUpdateAddonParams
amount number
The amount of the addon.
description string
Possible values: <= 300 characters
The description of the addon.
name string
Possible values: >= 4 characters
and <= 50 characters
The name of the addon.
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
creationTime date-time
description string
Possible values: <= 300 characters
Description of the addon
id string
Possible values: <= 36 characters
info
object
amount number
lastUpdateTime date-time
name string
Possible values: >= 4 characters
and <= 50 characters
Name of the addon, e.g. "Support Plan"
organizationID string
status BillingAddonStatus (string)
Possible values: [ACTIVE
, DELETED
]
{
"creationTime": "2024-08-12T01:02:12.705Z",
"description": "string",
"id": "string",
"info": {
"amount": 0
},
"lastUpdateTime": "2024-08-12T01:02:12.705Z",
"name": "string",
"organizationID": "string",
"status": "ACTIVE"
}
Bad request error
- application/json
- Schema
Schema
string
internal error
- application/json
- Schema
Schema
string
Loading...