From a917433ac67b5f08a5375f5be740461000401aa7 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 27 Jun 2024 23:01:21 +0200 Subject: [PATCH] Update extensions/remote-udp/README.md --- extensions/remote-udp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/remote-udp/README.md b/extensions/remote-udp/README.md index 45b20ff5..aec5f179 100644 --- a/extensions/remote-udp/README.md +++ b/extensions/remote-udp/README.md @@ -25,7 +25,7 @@ This extension extends the `namespace` property of process graph nodes so that i 1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`). In this case, the `id` property of the process graph node MUST be equal to the `id` of the process, otherwise a `ProcessNamespaceInvalid` error is thrown -3. a list of processes (compatible to the endpoint `GET /process_graphs`) +2. a list of processes (compatible to the endpoint `GET /process_graphs`) In this case, the `id` property of the process graph node is used to identify the process from the list. If not found a `ProcessNamespaceInvalid` error is thrown