POST
/
boosts
/
issues
curl --request POST \
  --url https://api-staging.boost.xyz/boosts/issues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "<string>",
  "description": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
boostId
string
required
type
string
required
description
string
required

Response

200
application/json
Success
success
boolean
required
message
string