# 地域を更新する 特定地域を更新します。 地域制限を管理するために地域を使用することができます。 Endpoint: PUT /v2/project/{project_id}/admin/region/{region_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 - `region_id` (integer, required) 地域ID。プロジェクト内での一意の地域識別子。 Example: 42 ## Request fields (application/json): - `countries` (array, required) 地域に追加する国のリスト。 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)に従った2文字の大文字の国名コード。 [エクソーラがサポートする国](https://developers.xsolla.com/ja/doc/shop-builder/references/supported-countries/)の詳細情報については、ドキュメントを確認してください。 例:["JP", "CN", "VN"] - `name` (object, required) 地域名。キーと値のペアを含む必要があります。キーは"^[a-z]{2}-[A-Z]{2}$"フォーマットのロケール、値は文字列です。 Example: {"de-DE":"Asien","en-US":"Asia"} ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 9701 - `errorMessage` (string) Example: "[0401-9701]: Region not found" - `statusCode` (integer) Example: 404 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 204 fields