Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request POST \ --url http://localhost:4000/api/v1/secrets/{key} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Secret stored
Contact support