Skip to content

Commit

Permalink
Update extensions/remote-udp/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Jun 27, 2024
1 parent 770f8fc commit a917433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/remote-udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a917433

Please sign in to comment.