Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request PUT \ --url http://localhost:4000/api/v1/config/overlay \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Overlay updated
The response is of type object.
Contact support