# Update a Gateway **PUT /spaces/{spaceId}/gateways/{gatewayId}** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **spaceId** (string) The identifier of the Space - **gatewayId** (string) The identifier of the Gateway ### Body: application/json (object) - **isStatic** (boolean) Indicate whether the Gateway is statically located. If so, then longitude and latitude are required. - **latitude** (number(float)) Latitude value of the coordinate. Example: 51.123 - **rssiFilter** (string | integer(int32)) The RSSI filter value for the Gateway BLE receiver (setting RSSI Filter via the API is only currently supported for Particle Gateways) - **longitude** (number(float)) Longitude value of the coordinate. Example: -0.123 ## Responses ### 200 200 response #### Body: application/json (object) - **shortId** (string) Short human-readable Gateway identifier. Example: 'AB1D' - **isStatic** (boolean) Indicate whether the Gateway is statically located. If so, then longitude and latitude are required. - **latitude** (number(float)) Latitude value of the coordinate. Example: 51.123 - **hasPendingCommands** (boolean) Indicate whether there are pending commands for the Gateway - **rssiFilter** (string | integer(int32)) The RSSI filter value for the Gateway BLE receiver (setting RSSI Filter via the API is only currently supported for Particle Gateways) - **deviceId** (string) Manufacturer identifier for the Gateway device. Example: 'e10fce301222e588e1d7482b' - **gatewayId** (string) Gateway identifier, which is a combination of manufacturer and deviceId. Example: 'sysLoco_e10fce301222e588e1d7482b' - **productName** (string) Name of Gateway product. Example: 'HGD4' - **addedOn** (string(date-time)) ISO Timestamp of when the Gateway was linked, in UTC. Example: '2023-07-21T17:32:28Z' - **manufacturer** (string) Gateway manufacturer. Example: 'sysLoco' - **longitude** (number(float)) Longitude value of the coordinate. Example: -0.123 ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Space or Gateway not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)