Set this workflow as the app default. The default workflow is used when no workflow_id is specified in the OIDC authorize request.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.
Path parameters
Client identifier of the app.
Workflow identifier to set as default.
Response
true if default was updated.
curl -X POST \
-H "Authorization: Bearer sk_workspace_test_..." \
"https://sandbox.api.hopae.com/connect/v1/apps/abc123/workflows/wf_abc123/set-default"