Skip to content

Commit

Permalink
fix for new maestro sdk (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBachaloSigmaSoftware authored Jun 12, 2024
1 parent 8b096a9 commit f658390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/ds_config_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rooms_api_client_host": "https://demo.rooms.docusign.com/restapi",
"monitor_api_client_host": "https://lens-d.docusign.net",
"admin_api_client_host": "https://api-d.docusign.net/management",
"maestro_api_client_host": "https://demo.services.docusign.net/",
"maestro_api_client_host": "https://apps-d.docusign.com/api/maestro",
"webforms_api_client_host": "https://apps-d.docusign.com/api/webforms/v1.1",
"allow_silent_authentication": True, # a user can be silently authenticated if they have an
# active login session on another tab of the same browser
Expand Down
1 change: 1 addition & 0 deletions app/maestro/examples/eg001_trigger_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def trigger_workflow(workflow, args):
workflow_trigger_api = WorkflowTriggerApi(api_client)
trigger_response = workflow_trigger_api.trigger_workflow(
args["account_id"],
args["workflow_id"],
trigger_payload,
mtid=mtid, mtsec=mtsec
)
Expand Down

0 comments on commit f658390

Please sign in to comment.