Skip to main content
PUT
/
answers
/
{questionId}
Ask a Question
curl --request PUT \
  --url https://getunblocked.com/api/v1/answers/{questionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "question": "<string>"
}
'
{
  "status": 400
}

Documentation Index

Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt

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

Authorizations

Authorization
string
header
required

The API key to authenticate requests. Obtainable from the web dashboard.

Path Parameters

questionId
string<uuid>
required

The ID of a resource that can be retrieved from the service.

Body

application/json
question
string
required

The question to ask

Response

No Content