Add or remove followers, manage upvotes/downvotes, and configure profiler settings for databases to track popularity and data quality monitoring via the Collate REST API.
PUT /v1/databases/{id}/followers
DELETE /v1/databases/{id}/followers/{userId}
PUT /v1/databases/{id}/vote
votedUp, votedDown, or unVoted.GET /v1/databases/{id}/profilerConfig
PUT /v1/databases/{id}/profilerConfig
DELETE /v1/databases/{id}/profilerConfig
| 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 |