PipelinesCreate a pipelineCreate a pipeline POST /pipelines Creates a new pipeline with the given name and no current version. To publish a DAG, follow up with PUT /api/v1/pipelines/{id}. Request Responses201400401403409500CreatedValidation errorUnauthorizedForbiddenPipeline name already existsInternal server error