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
If optional values to the REST API are omitted or different parameters are provided, the method parameters in Play result in Nothing incarcerations. For all Nothing values, default values should be used (I think the Engine currently makes sure of this).
However, the API then returns empty result lists. This is not expected behaviour. As of now, it is unsure if the issue is with the Engine or the API.
The text was updated successfully, but these errors were encountered:
mpgirro
added
bug
Something isn't working
engine
This issue concerns the engine library codebase
api
This issue concerns the API server codebase
labels
Jan 3, 2019
If optional values to the REST API are omitted or different parameters are provided, the method parameters in Play result in
Nothing
incarcerations. For allNothing
values, default values should be used (I think the Engine currently makes sure of this).However, the API then returns empty result lists. This is not expected behaviour. As of now, it is unsure if the issue is with the Engine or the API.
The text was updated successfully, but these errors were encountered: