diff --git a/docs-develop/references/rest-apis/rest-position-api/index.html b/docs-develop/references/rest-apis/rest-position-api/index.html index 69ffaf54f2..dbe168c2b6 100644 --- a/docs-develop/references/rest-apis/rest-position-api/index.html +++ b/docs-develop/references/rest-apis/rest-position-api/index.html @@ -4512,7 +4512,12 @@
Responses
//the track of this position in degrees as a compass heading. "track": 1000.0 -} + + //the gnss system used to retrieve position information + "gnssType": [ + "Gps" + ] +}