Add Pipeline Tag
POST/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/tags
Add a tag to a pipeline.
Tag names must be 1-50 characters and may contain letters, digits, spaces, underscores, and hyphens. Duplicate tags are rejected case-insensitively. Each pipeline supports at most three tags. Returns the pipeline's full tag list after the add.
Request
Responses
- 200
- 404
- 409
- 422
Successful Response
We couldn't find the pipeline you specified. Make sure the name is correct and the pipeline exists in the workspace you specified.
Tag limit reached or tag already exists on the pipeline.
Invalid tag name.
Was this page helpful?