Update pipeline
POST {{baseUrl}}/api/organizations/:organizationId/pipelines/:pipelineId
Update an organizational pipelines
Request Body
{"name"=>"<string>", "description"=>"<string>", "intervalStr"=>"<string>", "steps"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "emailRecipientUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "whenToEmail"=>"<string>", "dataset"=>"<string>", "projectId"=>"<integer>", "notificationWebhook"=>"<string>", "archived"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}