Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request POST \ --url http://localhost:4000/api/v1/{issue_identifier}/model \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "reasoning_effort": "none", "reasoningEffort": "none" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Issue identifier (e.g. ENG-123)
1
none
minimal
low
medium
high
xhigh
Model updated
The response is of type object.
object
Contact support