Description
Updates access rights for a specified object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of the entity to which the access right is assigned.
|
overrides |
Location: query Type: string A list of potentially modified type-specific overrides in the following
format:
|
properties |
Location: query Type: string A string including the following options:
Note:
|
userId |
Location: query Type: integer (int64) The object ID of the user to whom the access right is assigned. This
value is not mutable.
|
value |
Location: query Type: string The new value for the access right. Valid entries are listed in
Access right values.
|
Responses
Code | Description |
---|---|
204 |
Type: none None.
|