APIEndpoint referenceTracker
/tracker/settings
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PUT "https://example.com/api/v2/tracker/settings" \ -H "Content-Type: application/json" \ -d '{ "currency": "string", "stakeMode": "string", "unitValue": null }'{ "$schema": "https://example.com/schemas/TrackerSettingsPutOKBody.json", "settings": { "currency": "string", "stakeMode": "string", "unitValue": 0 }}
