-
Notifications
You must be signed in to change notification settings - Fork 11
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
Authorization of /validation #314
Comments
Yes, we thought it's helpful if users could validate and check whether the back-end is capable of running their stuff without registering and all the hassle. |
ok make sense. One minor thing is that |
Hmm, I now realized it's not clear from the description what to do with unresolved parameters. I'd argue that unresolved parameters shouldn't lead to an error (and thus it's in this category). Setting the parameters etc seems to me more fitting into submitting the batch job/service/... We should clarify that. If we wan't to check for unresolved parameters, I'd guess the best idea is adding a parameter to the request? |
Well my question is also: if it's only about UDPs, is |
There are some things to consider:
So I think it's still reasonable to just call it /validation. |
ok, so to conclude: the I'm totally fine with adding parameters to |
Made the changes in PR #316 |
openeo-api/openapi.yaml
Lines 2195 to 2229 in 1247172
is it intended that
/validation
can also be requested without authorization?The text was updated successfully, but these errors were encountered: