Skip to main content
POST
/
api
/
v1
/
messages
/
{id}
Update solution for a message
curl --request POST \
  --url https://www.answeroverflow.com/api/v1/messages/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "solutionId": "<string>"
}
'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Your API key. Generate one from your dashboard settings.

Headers

x-api-key
string

Path Parameters

id
string
required

Body

solutionId
string | null
required

Response

Response for status 200

success
boolean
required