Update Pipeline Yaml
PUT/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/yaml
Updates the pipeline YAML file.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 422
- 424
The pipeline was successfully updated.
The pipeline was not updated because the pipeline configurations isn't valid.
You don't have permission to update this pipeline.
We couldn't find the pipeline you specified. Make sure the name is correct and the pipeline exists in the workspace you specified.
The pipeline was not updated because you can't update a deployed indexing pipeline.
The pipeline was not updated because the pipeline yaml can't be processed.
The pipeline was not updated because the request data is invalid.
Was this page helpful?