APIEndpoint referenceTracker
/tracker/settings
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
curl -X PUT "https://example.com/api/tracker/settings" \ -H "Content-Type: application/json" \ -d '{ "currency": "string", "stakeMode": "string", "unitValue": null }'{ "settings": { "currency": "string", "stakeMode": "string", "unitValue": 0 }}