Create pipeline

POST {{baseUrl}}/api/organizations/:organizationId/pipelines

Create 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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}