Skip to main content
POST
/
internal
/
feature-requests
/
{featureRequestId}
/
upvote
Toggle upvote on feature request
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/feature-requests/{featureRequestId}/upvote \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "upvoted": true
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

featureRequestId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

success
boolean
required
upvoted
boolean