AC-939 Update browsable REST API branding to Tower.

This commit is contained in:
Chris Church
2014-01-23 05:22:55 -05:00
parent 8aa9fe9d7e
commit b6543be0cf
8 changed files with 77 additions and 28 deletions

View File

@@ -59,7 +59,7 @@ class ApiRootView(APIView):
current = reverse('api:api_v1_root_view', args=[])
data = dict(
description = 'AWX REST API',
description = 'Ansible Tower REST API',
current_version = current,
available_versions = dict(
v1 = current