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
can someone explain to me why every handler (find, get, update, patch) expects the discriminiatorKey to be inside params.query but the create handler expects it to be inside data?
The text was updated successfully, but these errors were encountered:
can someone explain to me why every handler (find, get, update, patch) expects the
discriminiatorKey
to be insideparams.query
but the create handler expects it to be insidedata
?The text was updated successfully, but these errors were encountered: