SharedPolicyGroups
Update a shared policy group
put/shared-policy-groups/{sharedPolicyGroupId}
Path parameters
sharedPolicyGroupIdstring required
The unique ID of the shared policy group
Request body
Example request
{
"crossId": "5e2b3b3b-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
"name": "My Shared Policy Group",
"description": "This is a shared policy group",
"prerequisiteMessage": "The resource cache \"my-cache\" is required"
}Response
Shared policy group updated
Example response
{
"crossId": "5e2b3b3b-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
"name": "My Shared Policy Group",
"description": "This is a shared policy group",
"prerequisiteMessage": "The resource cache \"my-cache\" is required",
"version": 1,
"apiType": "MESSAGE",
"originContext": {
"origin": "MANAGEMENT"
},
"phase": "REQUEST",
"deployedAt": "2020-01-01T00:00:00Z",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"lifecycleState": "DEPLOYED"
}