Manage followers, votes, and profiler configuration for database schemas
PUT /v1/databaseSchemas/{id}/followers
DELETE /v1/databaseSchemas/{id}/followers/{userId}
PUT /v1/databaseSchemas/{id}/vote
votedUp, votedDown, or unVoted.GET /v1/databaseSchemas/{id}/profilerConfig
PUT /v1/databaseSchemas/{id}/profilerConfig
DELETE /v1/databaseSchemas/{id}/profilerConfig
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Database schema or user does not exist |