Manage followers and votes for tables
PUT /v1/tables/{id}/followers
DELETE /v1/tables/{id}/followers/{userId}
PUT /v1/tables/{id}/vote
votedUp, votedDown, or unVoted.| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table or user does not exist |