mirror of
https://github.com/ansible/awx.git
synced 2026-04-25 19:55:24 -02:30
add credential owner endpoints
This commit is contained in:
@@ -166,6 +166,9 @@ credential_urls = patterns('awx.api.views',
|
||||
url(r'^(?P<pk>[0-9]+)/$', 'credential_detail'),
|
||||
url(r'^(?P<pk>[0-9]+)/access_list/$', 'credential_access_list'),
|
||||
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'),
|
||||
# See also credentials resources on users/teams.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user