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
Tables may come with params that are nested under some parent param, such as...{patient: {email: "new_email@gmail.com"}}. Currently, such patches will fail, because they don't know to apply only the thing nested under the parent param.
My guess is it should be assumed to use a nested param that matches the name of the resource, unless specified as an option when creating the resource.
The text was updated successfully, but these errors were encountered:
Tables may come with params that are nested under some parent param, such as...{patient: {email: "new_email@gmail.com"}}. Currently, such patches will fail, because they don't know to apply only the thing nested under the parent param.
My guess is it should be assumed to use a nested param that matches the name of the resource, unless specified as an option when creating the resource.
The text was updated successfully, but these errors were encountered: