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
So when the user submits the first firm the above item is created. The user is then presented with a second form which contains the following struct. I now want to "update" the item created from the first request to include the new fields from the following struct:
How can I achieve that? PUT isn't appropriate and I can't seem to get UPDATE to work as I would like. I don't want to have to enumerate the various fields etc.
Thank you.
The text was updated successfully, but these errors were encountered:
So, my use case is for multi step registration:
User submits first form with details I want to use to "create" a user item:
So when the user submits the first firm the above item is created. The user is then presented with a second form which contains the following struct. I now want to "update" the item created from the first request to include the new fields from the following struct:
How can I achieve that?
PUT
isn't appropriate and I can't seem to getUPDATE
to work as I would like. I don't want to have to enumerate the various fields etc.Thank you.
The text was updated successfully, but these errors were encountered: