---
title: "PUT /V1/countries/{id}"
method: PUT
path: "/V1/countries/{id}"
tags: ["Country"]
---

# PUT /V1/countries/{id}

`PUT /V1/countries/{id}`

## Path parameters

- `id` integer, required

## Request body

- BetConstructSSOAuthAPIViewModelsUpdateViewModelCountryUpdateViewModel
  - `name` string, nullable
  - `eu` boolean
  - `flag` string, nullable

## Response `200`

Success

- BetConstructSSOAuthAPIViewModelsUpdateViewModelCountryUpdateViewModel
  - `name` string, nullable
  - `eu` boolean
  - `flag` string, nullable

---

[API](https://skmtc.dev/accounts-bc/apis/sso-api.md) · [All operations](https://skmtc.dev/accounts-bc/apis/sso-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accounts-bc/sso-api/revisions/01b9d0188bef/schema)
