mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Separate page object for config/attach endpoint
This commit is contained in:
committed by
Ryan Petrello
parent
422c7308fd
commit
aae0b29008
@@ -16,6 +16,7 @@ class Resources(object):
|
||||
_auth = 'auth/'
|
||||
_authtoken = 'authtoken/'
|
||||
_config = 'config/'
|
||||
_config_attach = 'config/attach/'
|
||||
_credential = r'credentials/\d+/'
|
||||
_credential_access_list = r'credentials/\d+/access_list/'
|
||||
_credential_copy = r'credentials/\d+/copy/'
|
||||
@@ -267,7 +268,6 @@ class Resources(object):
|
||||
_workflow_job_templates = 'workflow_job_templates/'
|
||||
_workflow_job_workflow_nodes = r'workflow_jobs/\d+/workflow_nodes/'
|
||||
_subscriptions = 'config/subscriptions/'
|
||||
_subscriptions_attach = 'config/attach/'
|
||||
_workflow_jobs = 'workflow_jobs/'
|
||||
api = '/api/'
|
||||
common = api + r'v\d+/'
|
||||
|
||||
Reference in New Issue
Block a user