---
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-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/76ec643d488e/schema)
