Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request POST \ --url http://localhost:4000/api/v1/{issue_identifier}/abort \ --header 'Authorization: Bearer <token>'
{ "ok": true, "status": "<string>", "already_stopping": true, "requested_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Issue identifier (e.g. ENG-123)
Already stopping
"stopping"
Contact support