Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefaan Lippens <[email protected]>
  • Loading branch information
m-mohr and soxofaan authored Jun 27, 2024
1 parent 9b3f63e commit a8792f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/remote-udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The openEO API defines the `namespace` property in a process node of a process g
> * `backend` [...]
> * `user` [...]
This makes it possible that this extension adds additional allowed values to the `namespace` property.
This makes it possible for this extension to add additional allowed values to the `namespace` property.

## Specification

Expand All @@ -31,7 +31,7 @@ If a URL is provided for the `namespace` property, the `id` property of the proc

Compatible means in this context that the requests and responses must comply to the openEO API specification with the following exceptions:

- The `Authorization` header is not required and will usually not be sent.
- The `Authorization` header MUST NOT not be sent.
- Lists of processes MUST NOT paginate and the full process description MUST be provided for each process (i.e., the recommendation to omit large properties such as `process_graph` doesn't apply).

### Client Considerations
Expand Down

0 comments on commit a8792f6

Please sign in to comment.