Skip to main content

enterprise_license_partial_update

PATCH 

/api/v3//enterprise/license/:license_uuid/

License Viewset

Request

Path Parameters

    license_uuid uuidrequired

    A UUID string identifying this License.

Body

    key string

    Possible values: non-empty

Responses

Schema

    license_uuid uuidrequired
    name stringrequired
    key stringrequired
    expiry date-timerequired
    internal_users integerrequired
    external_users integerrequired
curl -L -X PATCH '/api/v3/enterprise/license/:license_uuid/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"key": "string"
}'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body
{
  "key": "string"
}