Replace Rights In Rights Bundle
Replaces the existing set of rights in bundle with the rights (as references) supplied.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/rightsBundles/{id}/rights
COPY
Path Parameters
string
id
Required
id
Request Body
EntityReferences
of type(s)
application/json
Optional
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "string",
"id": "string"
}
]
}
Responses
200
OK
Returns
EntityReferences
of type(s)
application/json;version=39.1
This response body class contains all of the following:
InlineEntityReferences0 ,
InlineEntityReferences1
"EntityReferences Object"
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"values":["object"]}' https://{api_host}/cloudapi/1.0.0/rightsBundles/{id}/rights
On This Page
Rights Bundles Operations
GET
Query Rights Bundles
POST
Create Rights Bundle
GET
Get Rights Bundle
PUT
Update Rights Bundle
DELETE
Delete Rights Bundle
GET
Query Rights Bundle Rights
POST
Add Rights To Rights Bundle
PUT
Replace Rights In Rights Bundle
GET
Query Rights Bundle Tenants
PUT
Set Rights Bundle Tenants
POST
Post Rights Bundle Publish
POST
Post Rights Bundle Unpublish
POST
Post Rights Bundle Publish All
POST
Post Rights Bundle Unpublish All