# Update a point of sale **PATCH /manager/points-of-sale/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the point of sale ### Body: application/json (object) - **active** (boolean) - **external_id** (string(nullable)) - **labels** (array) - **descriptions** (array) - **hours** (array) - **pos_type** (integer(int32)) - **phone** (string(nullable)) - **email** (string(nullable)) - **external_url** (string(nullable)) ## Responses ### 200 returns the updated point of sale ### 403 Forbidden - You don't have permission to access this route ### 404 Not found [Powered by Bump.sh](https://bump.sh)