PUT
/
ask
/
{apiQueryId}
cURL
curl --request PUT \
  --url https://getunblocked.com/api/v1/ask/{apiQueryId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

apiQueryId
string
required

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

Example:

"12345678-abcd-123456789-123456789abc"

Body

application/json

Response

204

No Content