Route::apiResource for update #50276
Answered
by
ghost
muazkhairi92
asked this question in
Q&A
-
Currently, if we want to use update method without an id, we need to separate it from Route::apiResource. Is there any way that we can use |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Feb 28, 2024
Replies: 1 comment 9 replies
-
You want mass update? or composite pk update? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is if you code it like you did. REST is clear about updates. You need an identifier.