v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Update the position information of a given wireless device or a wireless gateway resource. The position coordinates are based on the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System (WGS84)</a>.

patch/resource-positions/{ResourceIdentifier}#resourceType

Path parameters

ResourceIdentifierstring required

The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.

Query parameters

resourceType'WirelessDevice' | 'WirelessGateway' required

The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.

Request body

GeoJsonPayloadstring

The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.

Response

Success

UpdateResourcePositionResponse required