Skip to main content
POST
/
api
/
feature-request
/
v1
/
submit
SubmitFeatureRequest
curl --request POST \
  --url https://developer.synq.io/api/feature-request/v1/submit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to submit a feature request. Should only be used as a last resort when no existing tool can handle the user's request.

description
string
required

A clear description of what the user needs, including context about what they were trying to accomplish and why the current tools are insufficient. This should only be populated when no existing tool can fulfill the request.

Required string length: 1 - 4096

Response

200 - application/json

Success

Response for the SubmitFeatureRequest operation.