cURL
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 }
The API key to authenticate requests. Obtainable from the web dashboard.
The ID of a resource that can be retrieved from the service.
"12345678-abcd-123456789-123456789abc"
The question to ask
No Content