Create or update a workflow. Limited to a single workflow per request.
required | Array of objects = 1 items |
List of created workflows
The response for a failed request.
{- "items": [
- {
- "externalId": "string",
- "description": "string",
- "dataSetId": 1
}
]
}
{- "items": [
- {
- "externalId": "string",
- "description": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "dataSetId": 1
}
]
}