We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 061ce5e + d680eb6 commit 23ec47eCopy full SHA for 23ec47e
srv/FetchRouteNode.srv
@@ -6,10 +6,23 @@ uint16 map_id
6
# Name of the route graph that the edge belongs to
7
string route_graph_name
8
9
-# Required. UUID of the route node
+# Request Type (Enum)
10
+#
11
+# ID: Request fetch by ID
12
+# NAME: Request fetch by name
13
+uint8 ID=0
14
+uint8 NAME=1
15
+
16
+# Fetch request type
17
+# (See available options above)
18
19
+# default: ID
20
+uint8 request_type
21
22
+# Required if request_type=ID. UUID of the route node
23
uint16 node_id
24
-# Optional (Not implemented), name of the route node
25
+# Required if request_type=NAME. Name of the route node
26
string node_name
27
---
28
## Response
0 commit comments