From 6a2427ea7929302881df8a666ed3899c66929f51 Mon Sep 17 00:00:00 2001 From: sfiorani <109297780+sfiorani@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:10:40 +0200 Subject: [PATCH] docs: updated position rest service with gnss type (#5437) Signed-off-by: SimoneFiorani (cherry picked from commit 92f2a6aa794f00268cc221cefe0ed058f4d801af) --- docs/references/rest-apis/rest-position-api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/references/rest-apis/rest-position-api.md b/docs/references/rest-apis/rest-position-api.md index 4c5142d4a50..4531ae98c6a 100644 --- a/docs/references/rest-apis/rest-position-api.md +++ b/docs/references/rest-apis/rest-position-api.md @@ -25,6 +25,11 @@ //the track of this position in degrees as a compass heading. "track": 1000.0 + + //the gnss system used to retrieve position information + "gnssType": [ + "Gps" + ] } ```