POST
/
admin
/
algolia
{
  "message": "Sync in progress"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

message
string

Confirmation message that sync is in progress

Example:

"Sync in progress"