Separate page object for config/attach endpoint

This commit is contained in:
Elyézer Rezende
2020-10-27 14:51:00 -04:00
committed by Ryan Petrello
parent 422c7308fd
commit aae0b29008
3 changed files with 8 additions and 4 deletions

View File

@@ -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+/'