mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
update required/optional and explicitly show any value disassociate
This commit is contained in:
parent
5b366e0955
commit
8e3b48b965
@ -8,5 +8,5 @@ Make a GET request to this resource to retrieve a list of roles associated with
|
||||
|
||||
Make a POST request to this resource to add or remove a role from this team. The following fields may be modified:
|
||||
|
||||
* `id`: Required. The Role ID to add to the team.
|
||||
* `disassociate`: Optional. Provide if you want to remove the role.
|
||||
* `id`: The Role ID to add to the team. (int, required)
|
||||
* `disassociate`: Provide if you want to remove the role. (any value, optional)
|
||||
|
@ -8,5 +8,5 @@ Make a GET request to this resource to retrieve a list of roles associated with
|
||||
|
||||
Make a POST request to this resource to add or remove a role from this user. The following fields may be modified:
|
||||
|
||||
* `id`: Required. The Role ID to add to the user.
|
||||
* `disassociate`: Optional. Provide if you want to remove the role.
|
||||
* `id`: The Role ID to add to the user. (int, required)
|
||||
* `disassociate`: Provide if you want to remove the role. (any value, optional)
|
||||
|
Loading…
Reference in New Issue
Block a user