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
@tsg2k2 The tool currently makes the simplifying assumption that
deep insert is always possible
deep update is never possible (because it was only added in V4.01, which is not finalized yet)
This works for most services.
The tool currently produces components from the types and reuses these in all operations. Assume A -> B -> C, then the insert structure of A references the insert structure of B, which references the insert structure of C, allowing deep insert of A with B with C.
Full support for deep insert/update capabilities and expand restrictions would require a more complicated approach: assume B allows deep insert of C, and A allows deep insert of B but not C. This would require completely different insert structures for A and B.
For entity defined as
Generated sample for POST includes Others
It should only happen if deep insert/update capabilities are supported
The text was updated successfully, but these errors were encountered: