-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
case insensitive handling of UDF runtimes ? #510
Comments
side-note: Line 2490 in c5a45b4
I think this should be Lines 5752 to 5753 in c5a45b4
|
That looks like an oversight, unfortunately. |
On the other hand:
|
hmm that note doesn't seem to be rendered on e.g. https://openeo.org/documentation/1.0/developers/api/reference.html Also it recommends how runtimes should be named in the |
Yeah, ReDoc has some limitations and doesn't show everything. Indeed, so right now it should be assumed to be case-sensitive. |
and improve type annotations along the way related to #470 and Open-EO/openeo-api#510
Quite a bit of "ids" are accepted in case insensitive manner:
Can we also do that for UDF runtimes?
Strictly speaking this is probably a breaking change, but I don't think that will break anything in practice.
The text was updated successfully, but these errors were encountered: