From eb2fc8011479c7256ba9d0945fb9deaa2b33fe24 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 6 Sep 2019 16:13:44 -0400 Subject: [PATCH] fix up a minor Swagger doc bug --- awx/api/templates/api/team_roles_list.md | 2 +- awx/api/templates/api/user_roles_list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" %}