Votes
Vote on Topic
Cast an upvote on a topic (feature request). Requires subscriber authentication.
POST
Authentication
Request Body
string
required
Topic ID (UUID) to vote on
Response
object
Created vote object
Error Responses
Not Authenticated
Already Voted
Behavior
- One Vote Per Subscriber: Each subscriber can only vote once
- Database Constraint: Prevents duplicate votes
Notes
- Requires subscriber authentication
- Returns error if already voted
- Vote immediately visible in count

