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 committed Jun 27, 2024
1 parent a917433 commit c7611ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/remote-udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ This makes it possible for this extension to add additional allowed values to th

## Specification

This extension extends the `namespace` property of process graph nodes so that it accepts **absolute** URL with the protocols `https` (**recommended**) and `http` (discouraged). The URLs specified MUST either return
This extension extends the `namespace` property of process graph nodes so that it accepts **absolute** URL with the protocols `https` (**recommended**) and `http` (discouraged). The URLs specified MUST return one of the following two options:

1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`).
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
2. 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 c7611ea

Please sign in to comment.