Skip to main content
PATCH
Update Jurisdiction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

country_code
string
required

Body

application/json
country_name
string | null
Required string length: 1 - 128
tier
integer | null
Required range: 1 <= x <= 3
reason
string | null
is_active
boolean | null

Response

Successful Response

id
integer
required
country_code
string
required
country_name
string
required
tier
integer
required
reason
string | null
required
is_active
boolean
required
created_at
string<date-time>
required