Skip to main content

update addon

PATCH 

/org/:orgId/addon/:addonId

Update an addon template

Request

Path Parameters

    orgId stringrequired

    Organization ID

    addonId stringrequired

    Addon ID

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

OK

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]

Loading...