You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, BRAVA will try and test the germplasm call with the "POST" and "PUT" method since they are part of the call definition.
Since my implementation is not supposed to support those methods, it will return a 501 "not implemented" while in the BrAPI specifications, only 200, 400, 401 and 403 codes are allowed.
In my opinion, BRAVA should only test methods that are declared available from the /serverinfo call.
The text was updated successfully, but these errors were encountered:
I'll try to make it short...
If you use the call https://www.crop-diversity.org/mgis5/brapi/v2/serverinfo, you'll notice the 'germplasm' call does only implement the "GET" method.
However, BRAVA will try and test the germplasm call with the "POST" and "PUT" method since they are part of the call definition.
Since my implementation is not supposed to support those methods, it will return a 501 "not implemented" while in the BrAPI specifications, only 200, 400, 401 and 403 codes are allowed.
In my opinion, BRAVA should only test methods that are declared available from the /serverinfo call.
The text was updated successfully, but these errors were encountered: