Licenses
Update a license entry
This API let’s you to add a license entry
POST
/
license_updates
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
License update request
licenseId
string
requiredThe license id for which the update is requested
Maximum length:
50
accountId
string
requiredThe account id for which the license is being updated
Maximum length:
50
updateType
enum<string>
requiredThe type of update to be performed
Available options:
RELATIVE
, ABSOLUTE
quantity
number
requiredThe quantity to be updated
effectiveFrom
string
The effective from date for the update
idempotencyKey
string
The idempotency key for uniqueness of the license update request
metadata
object
Response
200 - application/json
License update
licenseId
string
requiredMaximum length:
50
accountId
string
requiredMaximum length:
50
quantity
number
requiredAbsolute quantity of the license
effectiveFrom
string
requiredcreatedAt
string
requiredmetadata
object