cis tagging category: revoke propagating permissions
Revokes all propagating permissions on the given category. You should then attach a direct permission with tagging privileges on the given category. To invoke this operation, you need category related privileges (direct or propagating) on the concerned category.
Request:
HTTP request
POST https://{server}/rest/com/vmware/cis/tagging/category/id:{category_id}?~action=revoke-propagating-permissions
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| category_id | string | The identifier of the input category. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 404 | not_found | if the category for the given category_id does not exist in the system. |
| 403 | unauthorized | if you do not have the privilege to revoke propagating permissions on the category. |