Skip to main content
PUT
/
country-default-groups
/
{country}
Upsert Country Default Group
curl --request PUT \
  --url https://api.{your-broker}.slate-labs.com/country-default-groups/{country} \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_id": "<string>",
  "note": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

country
string
required

Body

application/json
group_id
string
required
note
string | null

Response

Successful Response