We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a98385 + d18d5b8 commit b344a67Copy full SHA for b344a67
modules/swagger-annotations/src/main/java/io/swagger/v3/oas/annotations/media/Schema.java
@@ -237,7 +237,7 @@
237
/**
238
* Allows to specify the access mode (AccessMode.READ_ONLY, READ_WRITE)
239
*
240
- * AccessMode.READ_ONLY: value will only be written to during a request but not returned during a response.
+ * AccessMode.READ_ONLY: value will not be written to during a request but may be returned during a response.
241
* AccessMode.WRITE_ONLY: value will only be written to during a request but not returned during a response.
242
* AccessMode.READ_WRITE: value will be written to during a request and returned during a response.
243
0 commit comments