Update Entitlement
DescriptionUpdate an existing entitlement record with new values. The new data must be complete and valid as if it were a new record
Request
URLURL
Path Parameters
Path Parameters
id
Request Body
{}
List of PoolIds
Time when the entitlement was created
Entitlement ID
Location that is mapped with Org Id
Entitlement name
Org ID that owns this entitlement
Entitlement description
List of entitled user groups - requires group ID returned from IAM
Time when the entitlement was updated
List of entitled users - requires user ID returned from IAM
Authentication
Response
Response BodyResponse Body
200 OK
Entitlement updated
{
"description": "Entitlement description",
"groupIds": [
"group-id-1",
"group-id-2"
],
"id": "ent-id-12345",
"location": "US",
"name": "dev's entitlement",
"orgId": "0123456789",
"userIds": [
"user-id-1",
"user-id-2"
]
}
List of PoolIds
Time when the entitlement was created
Entitlement ID
Location that is mapped with Org Id
Entitlement name
Org ID that owns this entitlement
Entitlement description
List of entitled user groups - requires group ID returned from IAM
Time when the entitlement was updated
List of entitled users - requires user ID returned from IAM
Errors
Bad Request
Unauthorized
Forbidden
Not found
Precondition Failed
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: entitlement