PUT /v1/pipelines/{id}/followers
Followers & Votes
Manage followers and votes for pipelines
PUT
PUT /v1/pipelines/{id}/followers
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Followers & Votes
Manage followers and votes for pipeline entities.Followers
Add Follower
PUT /v1/pipelines/{id}/followers
UUID of the pipeline.
UUID of the user to add as a follower (sent as request body string).
Remove Follower
DELETE /v1/pipelines/{id}/followers/{userId}
UUID of the pipeline.
UUID of the user to remove.
Votes
Add or Update Vote
PUT /v1/pipelines/{id}/vote
UUID of the pipeline.
Vote type:
votedUp, votedDown, or unVoted.PUT /v1/pipelines/{id}/followers
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Pipeline or user does not exist |