mirror of
https://github.com/ansible/awx.git
synced 2026-05-03 15:45:28 -02:30
adjusting API for new Credential.organization
This commit is contained in:
@@ -168,7 +168,7 @@ credential_urls = patterns('awx.api.views',
|
||||
url(r'^(?P<pk>[0-9]+)/object_roles/$', 'credential_object_roles_list'),
|
||||
url(r'^(?P<pk>[0-9]+)/owner/users/$', 'credential_owner_users_list'),
|
||||
url(r'^(?P<pk>[0-9]+)/owner/teams/$', 'credential_owner_teams_list'),
|
||||
url(r'^(?P<pk>[0-9]+)/owner/organizations/$', 'credential_owner_organizations_list'),
|
||||
url(r'^(?P<pk>[0-9]+)/organization/$', 'credential_owner_teams_list'),
|
||||
# See also credentials resources on users/teams.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user