Workflows
Set Default Workflow
Set a workflow as the app default.
POST
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.Optional client-generated string (max 255 chars) to safely retry without re-executing. Valid for 24 hours.
Path parameters
Client identifier of the app.
Workflow identifier to set as default.
Response
true if default was updated.
