PUT /v1/topics/{id}/followers
Followers & Votes
Manage followers and votes for topics
PUT
PUT /v1/topics/{id}/followers
Followers & Votes
Manage followers and votes for topic entities.Followers
Add Follower
PUT /v1/topics/{id}/followers
UUID of the topic.
UUID of the user to add as a follower (sent as request body string).
Remove Follower
DELETE /v1/topics/{id}/followers/{userId}
UUID of the topic.
UUID of the user to remove.
Votes
Add or Update Vote
PUT /v1/topics/{id}/vote
UUID of the topic.
Vote type:
votedUp, votedDown, or unVoted.PUT /v1/topics/{id}/followers
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Topic or user does not exist |