Skip to main content
POST
/
api
/
roadmap
/
votes
/
{feature_key}
Toggle your vote on a roadmap feature.
curl --request POST \
  --url https://api.rigbox.dev/api/roadmap/votes/{feature_key} \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "voted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

feature_key
string
required

Feature key to toggle vote on

Response

200 - application/json

Vote toggled successfully

count
integer<int64>
required
voted
boolean
required