openapi: Ensure mount_path parameters are marked as required (#18955)

This commit is contained in:
Anton Averchenkov 2023-02-02 14:39:09 -05:00 committed by GitHub
parent dd43deaf91
commit 619f5b2edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4609,7 +4609,7 @@ func (b *SystemBackend) pathInternalOpenAPI(ctx context.Context, req *logical.Re
Type: "string",
Default: strings.TrimRight(mount, "/"),
},
Required: false,
Required: true,
})
}