Licenses
Update a license entry
This API let’s you to add a license entry
post/license_updates
Request body
Example request
{
"licenseId": "lic.fdjsl.313",
"accountId": "acc.fdjsl.313",
"effectiveFrom": "2021-03-04T14:25:10Z",
"idempotencyKey": "idempotencyKey#1",
"metadata": {
"key1": "value1",
"key2": "value2"
}
}Response
Success response
Example response
{
"licenseId": "lic.fdjsl.313",
"accountId": "acc.fdjsl.313",
"quantity": 10,
"effectiveFrom": "2021-03-04T14:25:10Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"createdAt": "2021-03-04T14:25:10Z"
}