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
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
I would like to upload a payload to the server like ember does for the calls(it's actually with payload).
I have a model named Actions. it's move action for my resource.
I would like POST an attribute of the object "resourceIds".
Also i have to pass 'move' as ID. Since i'm sending Id, the PATCH operation get executed.
also, URL gets collapsed like this
while saving that object www.example.com/actions/move
but i want this to be my URL www.example.com/actions
with my object(where id is 'move' in the payload).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I would like to upload a payload to the server like ember does for the calls(it's actually with payload).
I have a model named Actions. it's move action for my resource.
I would like POST an attribute of the object "resourceIds".
Also i have to pass 'move' as ID. Since i'm sending Id, the PATCH operation get executed.
also, URL gets collapsed like this
while saving that object
www.example.com/actions/move
but i want this to be my URL
www.example.com/actions
with my object(where id is 'move' in the payload).
Thanks in advance.
The text was updated successfully, but these errors were encountered: