Resolve an open commitment from the dashboard.
cURL
curl --request POST \ --url https://api.example.com/api/dashboard/commitments/{commitment_id}/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resolution_note": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for resolving a commitment.
Successful Response