openapi: Ensure mount_path parameters are marked as required (#18955)
This commit is contained in:
parent
dd43deaf91
commit
619f5b2edf
|
@ -4609,7 +4609,7 @@ func (b *SystemBackend) pathInternalOpenAPI(ctx context.Context, req *logical.Re
|
|||
Type: "string",
|
||||
Default: strings.TrimRight(mount, "/"),
|
||||
},
|
||||
Required: false,
|
||||
Required: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue