Skip to main content
POST
/
internal
/
feature-requests
Create feature request
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/feature-requests \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "id": "<string>"
}

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.

Body

application/json
title
string
required
content
string
category
string
tags
string[]
commentsAllowed
boolean
customInputValues
object

Response

200 - application/json

Successful response

success
boolean
required
id
string