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
In many cases there are some fields in an API response that are determined by the back end and, although they are visible in a GET, the cannot be created or modified (in POSt/PUT/PATCH). Examples are things like "status" (of back end processing) or "versionID" (automatically updated), etc.
Suggest we use the "isDerived" property of a starUML attribute to drive Open API generation. when an attribute is marked with "isDerived" then
it appears in GET operation responses
it is not in the data model of POST/PATCH/PUT operations.
The text was updated successfully, but these errors were encountered:
In many cases there are some fields in an API response that are determined by the back end and, although they are visible in a GET, the cannot be created or modified (in POSt/PUT/PATCH). Examples are things like "status" (of back end processing) or "versionID" (automatically updated), etc.
Suggest we use the "isDerived" property of a starUML attribute to drive Open API generation. when an attribute is marked with "isDerived" then
The text was updated successfully, but these errors were encountered: