diff --git a/awx/api/templates/api/team_roles_list.md b/awx/api/templates/api/team_roles_list.md index 8aa39a76cb..266c734107 100644 --- a/awx/api/templates/api/team_roles_list.md +++ b/awx/api/templates/api/team_roles_list.md @@ -1,6 +1,6 @@ +{% ifmeth GET %} # 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. {% include "api/_list_common.md" %} diff --git a/awx/api/templates/api/user_roles_list.md b/awx/api/templates/api/user_roles_list.md index d8ee253418..a9b74fa85e 100644 --- a/awx/api/templates/api/user_roles_list.md +++ b/awx/api/templates/api/user_roles_list.md @@ -1,6 +1,6 @@ +{% ifmeth GET %} # 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. {% include "api/_list_common.md" %}