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