Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.{your-broker}.slate-labs.com/compliance/jurisdictions/{country_code} \ --header 'Content-Type: application/json' \ --data ' { "country_name": "<string>", "tier": 2, "reason": "<string>", "is_active": true } '
{ "id": 123, "country_code": "<string>", "country_name": "<string>", "tier": 123, "reason": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z" }
1 - 128
1 <= x <= 3
Successful Response