PUT /v1/databases/{id}/followers
Advanced Database Operations
Manage followers, votes, and profiler configuration for databases
PUT
PUT /v1/databases/{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.
Advanced Database Operations
Manage followers, votes, and profiler configuration for database entities.Followers
Add Followers
PUT /v1/databases/{id}/followers
UUID of the database.
UUID of the user to add as a follower (sent as request body string).
Remove Follower
DELETE /v1/databases/{id}/followers/{userId}
UUID of the database.
UUID of the user to remove.
Votes
Add or Update Vote
PUT /v1/databases/{id}/vote
UUID of the database.
Vote type:
votedUp, votedDown, or unVoted.Profiler Configuration
Get Profiler Config
GET /v1/databases/{id}/profilerConfig
Set Profiler Config
PUT /v1/databases/{id}/profilerConfig
Delete Profiler Config
DELETE /v1/databases/{id}/profilerConfig
PUT /v1/databases/{id}/followers
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Database or user does not exist |