Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request GET \ --url http://localhost:4000/api/v1/{issue_identifier}/attempts \ --header 'Authorization: Bearer <token>'
{ "attempts": [ {} ], "current_attempt_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Issue identifier (e.g. ENG-123)
Attempts list
Show child attributes
Contact support