mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
remove repetitive words (#25860)
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
This commit is contained in:
@@ -282,7 +282,7 @@ type RequestExample struct {
|
||||
|
||||
// Response describes and optional demonstrations an operation response.
|
||||
type Response struct {
|
||||
Description string // summary of the the response and should always be provided
|
||||
Description string // summary of the response and should always be provided
|
||||
MediaType string // media type of the response, defaulting to "application/json" if empty
|
||||
Fields map[string]*FieldSchema // the fields present in this response, used to generate openapi response
|
||||
Example *logical.Response // example response data
|
||||
|
||||
Reference in New Issue
Block a user