API ReferenceWorkflow Action Types
Update Workflow Action Type
Update workflow action type, identified by id.
Authorization
bearerAuth Authorization<token>
In: header
Path Parameters
id*number
The ID.
Format
doubleRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Make all properties in T optional
Response Body
Try it live
curl -X PATCH "https://example.com/workflow-action-types/0.1" \ -H "Content-Type: application/json" \ -d '{}'Empty