AddOns
Update an addon
Update an existing addon
PATCH
/
addons
/
{addon_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
addon_id
string
requiredBody
application/json
name
string
Name of addon
billableName
string
Billable name of addon. Billable name takes precedence over name to display in invoice.
Response
200 - application/json
name
string
requiredName of addon
type
enum<string>
requiredLICENSE: Addon can be used in license rate cards FIXED_FEE: Addon can be used in fixed fee rate cards CREDIT_GRANT: Addon can be used in credit grant rate cards NAMED_LICENSE: Addon can be used in license rate cards
Available options:
LICENSE
, FIXED_FEE
, CREDIT_GRANT
, NAMED_LICENSE
billableName
string
Billable name of addon. Billable name takes precedence over name to display in invoice.
id
string
requiredId of addon
createdAt
string
requiredCreated Time of addon
status
enum<string>
requiredstatus of addon
Available options:
ACTIVE
, ARCHIVED
displayName
string
requiredDisplay name of addon. This is an auto-generated field which contains billableName of addon. If billableName is not provided, name will be used as display name.