mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Merge pull request #4679 from ryanpetrello/fix-doc-819
fix up a minor Swagger doc bug Reviewed-by: Christian Adams <rooftopcellist@gmail.com> https://github.com/rooftopcellist
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
{% ifmeth GET %}
|
||||||
# List Roles for a Team:
|
# List Roles for a Team:
|
||||||
|
|
||||||
{% ifmeth GET %}
|
|
||||||
Make a GET request to this resource to retrieve a list of roles associated with the selected team.
|
Make a GET request to this resource to retrieve a list of roles associated with the selected team.
|
||||||
|
|
||||||
{% include "api/_list_common.md" %}
|
{% include "api/_list_common.md" %}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
{% ifmeth GET %}
|
||||||
# List Roles for a User:
|
# List Roles for a User:
|
||||||
|
|
||||||
{% ifmeth GET %}
|
|
||||||
Make a GET request to this resource to retrieve a list of roles associated with the selected user.
|
Make a GET request to this resource to retrieve a list of roles associated with the selected user.
|
||||||
|
|
||||||
{% include "api/_list_common.md" %}
|
{% include "api/_list_common.md" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user