Backend (API Key)Instance Workflows
Update integration instance workflow
Update a workflow for a specific integration instance.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
externalUserId*string
The external user id.
id*integer
The id of an integration instance.
Format
int64workflowUuid*string
The workflow reference of the workflow to delete.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/string/integration-instances/0/workflows/string" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?