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
It's great that the readOnly: true property allows you to use the same definitions for read (GET) and write (POST, PATCH, PUT) operations. However, the readOnly: true property is being ignored when generating REQUEST SAMPLES that include nested objects (e.g., the names array):
The text was updated successfully, but these errors were encountered:
Robinyo
changed the title
readOnly: true property not hidden in REQUEST SAMPLES for a nested objects
readOnly: true property not hidden in REQUEST SAMPLES for nested objects
Jul 12, 2017
It's great that the
readOnly: true
property allows you to use the same definitions for read (GET) and write (POST, PATCH, PUT) operations. However, thereadOnly: true
property is being ignored when generating REQUEST SAMPLES that include nested objects (e.g., thenames
array):The REQUEST BODY, however, is correctly rendered:
See: https://ato-team.github.io/business-registries-rest-api-specification
The text was updated successfully, but these errors were encountered: