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
Assuming the id of a User will never change and User is used to create and read the user and PatchUser is used to update it.
This setup would disallow to patch the tenant_id of a user, but keeps it writable when the user is created. Exactly that is not shown correctly in the request samples tab. It keeps showing the tenant_id in the request sample which implies it is updatable when it is not. The request body schema omits the tenant_id correctly.
The text was updated successfully, but these errors were encountered:
readOnly
&writeOnly
are not honored when they are set in an allOf block to edit an objects properties.E.g. we got these components:
Assuming the
id
of aUser
will never change andUser
is used to create and read the user andPatchUser
is used to update it.This setup would disallow to patch the
tenant_id
of a user, but keeps it writable when the user is created. Exactly that is not shown correctly in the request samples tab. It keeps showing thetenant_id
in the request sample which implies it is updatable when it is not. The request body schema omits thetenant_id
correctly.The text was updated successfully, but these errors were encountered: