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
It's easy to associate/dissociate when working with one to many relationships, though I've often found myself needing to "sync" a one to many.
Perhaps an endpoint like the following could be added at some point?
/api/users/{user}/posts/sync
My specific use case is a course table (ui) with a lesson select input.
In other words, rather than attaching a lesson to a course, a course is setting its lessons.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It's easy to associate/dissociate when working with one to many relationships, though I've often found myself needing to "sync" a one to many.
Perhaps an endpoint like the following could be added at some point?
My specific use case is a
course
table (ui) with alesson
select input.In other words, rather than attaching a lesson to a course, a course is setting its lessons.
So the request would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions