PUT api/v2/EntityActions/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EntityActionUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | string |
Required String length: inclusive between 0 and 100 |
|
| Action | string |
Required String length: inclusive between 0 and 200 |
|
| Tag | string |
Required String length: inclusive between 0 and 200 |
|
| ReadOnlyAccess | boolean |
Required |
Response
EntityActionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Tag | string | ||
| ReadOnlyAccess | boolean | ||
| Id | integer | ||
| Entity | string | ||
| Action | string |