latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Orchestrations
Update Orchestration
Update an existing Orchestration.
post/orchestrations/{id}
Path parameters
idstring required
Example:ewK8sDoLNI4CFR
The ID of the Orchestration to update.
Request body
Example request
{
"name": "My Orchestration",
"cron_expression": "0 0 * * *",
"description": "Daily sync of all marketing data."
}Response
Example response
{
"id": "ewK8sDoLNI4CFR",
"name": "My Orchestration",
"cron_expression": "0 0 * * *",
"description": "Daily sync of all marketing data.",
"active": true
}