Licenses
Update a license entry
This API let’s you to add a license entry
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
License update request
The license id for which the update is requested
Maximum length:
50
Example:
"lic.fdjsl.313"
The account id for which the license is being updated
Maximum length:
50
Example:
"acc.fdjsl.313"
The type of update to be performed
Available options:
RELATIVE
, ABSOLUTE
The quantity to be updated
The effective from date for the update
Example:
"2021-03-04T14:25:10Z"
The idempotency key for uniqueness of the license update request
Example:
"idempotencyKey#1"
Example:
{ "key1": "value1", "key2": "value2" }
Response
200
application/json
Success response
License update
Maximum length:
50
Example:
"lic.fdjsl.313"
Maximum length:
50
Example:
"acc.fdjsl.313"
Absolute quantity of the license
Example:
10
Example:
"2021-03-04T14:25:10Z"
Example:
"2021-03-04T14:25:10Z"
Example:
{ "key1": "value1", "key2": "value2" }