mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
update API documentation for Team roles
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
# List Roles for this Team:
|
||||||
|
|
||||||
|
Make a GET request to this resource to retrieve a list of roles associated with the selected team.
|
||||||
|
|
||||||
|
{% include "api/_list_common.md" %}
|
||||||
|
|
||||||
|
# Associate Roles with this Team:
|
||||||
|
|
||||||
|
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.
|
||||||
Reference in New Issue
Block a user