APILegacy APIV1 endpoint referenceTracker
/tracker/bankrolls
AuthorizationBearer <token>
Supabase access token.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/tracker/bankrolls" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{ "bankroll": { "currency": "string", "id": 0, "isDefault": true, "mode": "string", "name": "string", "startingBalance": 0, "unitValue": 0 }}