Skip to content

Commit 1d96e34

Browse files
authored
1 parent 8db92d6 commit 1d96e34

File tree

1 file changed

+3
-3
lines changed
  • specification/maps/data-plane/Route/preview/1.0

1 file changed

+3
-3
lines changed

specification/maps/data-plane/Route/preview/1.0/route.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
"name": "routeRepresentation",
711711
"x-ms-client-name": "routeRepresentationForBestOrder",
712712
"in": "query",
713-
"description": "Specifies the representation of the set of routes provided as response. This parameter value can only be used in conjunction with computeBestOrder=true.",
713+
"description": "Specifies the representation of the set of routes provided as response.",
714714
"type": "string",
715715
"enum": [
716716
"polyline",
@@ -731,7 +731,7 @@
731731
},
732732
{
733733
"value": "none",
734-
"description": "Includes only the optimized waypoint indices but does not include the route geometry in the response."
734+
"description": "Includes only the optimized waypoint indices but does not include the route geometry in the response. This parameter value can only be used in conjunction with computeBestOrder=true."
735735
}
736736
]
737737
},
@@ -828,7 +828,7 @@
828828
"RouteInstructionsType": {
829829
"name": "instructionsType",
830830
"in": "query",
831-
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none",
831+
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none.",
832832
"type": "string",
833833
"enum": [
834834
"coded",

0 commit comments

Comments
 (0)