# Update a region **PUT /api/accounts/{account_id}/regions/{id}** Allows you to update an existing region in the system. Available to Garmat and customer administrators. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **account_id** (string) The ID of the account the region belongs to - **id** (string) The ID of the region to update ### Body: application/json (object) The parameters to update the region - **account_id** (string) ID of the account to assign the region to - **name** (string) name of the region to create ## Responses ### 200 OK #### Body: application/json (object) - **account_id** (string) ID of the account the region belongs to - **booth_count** (number) Number of booths associated to this region - **facility_count** (number) Number of facilities associated to this region - **id** (string) ID of the region in the system - **is_default** (string) Whether the region is the account's default region or not - **name** (string) Name of the region ### 400 Bad request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)