Update entitlement
PUT /v1/entitlements/{id}
PUT
/v1/entitlements/{id}
Update an existing entitlement
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Entitlement ID
Request Body required
Section titled “Request Body required ”object
tenantId
required
string
productId
required
string
maxLicenses
integer
expiresAt
string format: date-time
Responses
Section titled “ Responses ”Entitlement updated
object
id
required
string
tenantId
required
string
productId
required
string
maxLicenses
integer
expiresAt
string format: date-time
createdAt
string format: date-time
updatedAt
string format: date-time
Bad request
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "BAD_REQUEST", "message": "Invalid request parameters"}Unauthorized
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "UNAUTHORIZED", "message": "Authentication required"}Forbidden
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "FORBIDDEN", "message": "Insufficient permissions"}Not found
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "NOT_FOUND", "message": "Resource not found"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}