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
I've recently started work on updating our codebase to the current versions of grape, grape-entity and grape_logging. Whereas one of our APIs works with grape 1.2.4, grape-entity 0.7.1 and grape_logging 1.8.1, it doesn't with the latest versions.
The API in question defines some params that are entities as required. No matter what params are passed to the call, an 400 response is returned with an error indicating that each required entity param is invalid.
Does version 0.8 of grape-entity still work with grape 1.3.1? If so, what has changed that may have triggered this problem?
The text was updated successfully, but these errors were encountered:
I've recently started work on updating our codebase to the current versions of
grape
,grape-entity
andgrape_logging
. Whereas one of our APIs works withgrape
1.2.4,grape-entity
0.7.1 andgrape_logging
1.8.1, it doesn't with the latest versions.The API in question defines some
params
that are entities as required. No matter what params are passed to the call, an 400 response is returned with an error indicating that each required entity param is invalid.Does version 0.8 of
grape-entity
still work withgrape
1.3.1? If so, what has changed that may have triggered this problem?The text was updated successfully, but these errors were encountered: