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'd like to hide the my_resource_id from the request because it's generated by the API once the resources model is created. This would make the request and response look like this:
Example grape resource:
With this setup we get the following sample request and response:
I'd like to hide the
my_resource_id
from the request because it's generated by the API once the resources model is created. This would make the request and response look like this:Request
Response
The text was updated successfully, but these errors were encountered: