cURL
curl --request POST \ --url https://cloud.onyx.app/api/manage/admin/doc-boosts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "document_id": "<string>", "boost": 123 }'
{ "success": true, "message": "<string>", "data": "<any>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?