Vote On Roadmap Item
Casts, flips, or clears the caller's vote on an item. Requires a signed-up user - anonymous browsing is rejected.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
item_id*Item Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/roadmap/items/497f6eca-6276-4993-bfeb-53cbbbba6f08/vote" \ -H "Content-Type: application/json" \ -d '{ "direction": 1 }'{ "net_score": 0}Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}