---
title: "Toggle upvote on feature request"
method: POST
path: "/internal/feature-requests/{featureRequestId}/upvote"
tags: ["Internal"]
---

# Toggle upvote on feature request

`POST /internal/feature-requests/{featureRequestId}/upvote`

Toggle upvote on a feature request for the current user

## Path parameters

- `featureRequestId` string, required

## Request body

- object

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `upvoted` boolean

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/hexclave/apis/hexclave-rest-api/revisions/e134b68b3b7e?raw)
