API Reference

PATCH workflows/{id}/actions/{id}/Z

PATCH
workflows/{id}/actions/{id}/Z

PATCH operation for workflows/{id}/actions/{id}/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://dev-rest.onboard.io/workflows/{id}/actions/{id}/Z" \  -H "Content-Type: application/json" \  -d '{    "action_type": "string"  }'
{
  "id": 0,
  "action_type": "string",
  "action_type_display": "string",
  "config": {},
  "trigger": "string"
}
Empty
Empty
Empty

How is this guide?