Remove `generic_mount_paths` field (#18558)
PR #17926 already deleted the implementation of the `generic_mount_paths` field so it needs to be removed from the declared fields of the path too, so help and OpenAPI isn't misleading.
This commit is contained in:
parent
49e97a09a6
commit
c4e8e22963
|
@ -956,12 +956,6 @@ func (b *SystemBackend) internalPaths() []*framework.Path {
|
|||
Type: framework.TypeString,
|
||||
Description: "Context string appended to every operationId",
|
||||
},
|
||||
"generic_mount_paths": {
|
||||
Type: framework.TypeBool,
|
||||
Description: "Use generic mount paths",
|
||||
Query: true,
|
||||
Default: false,
|
||||
},
|
||||
},
|
||||
Callbacks: map[logical.Operation]framework.OperationFunc{
|
||||
logical.ReadOperation: b.pathInternalOpenAPI,
|
||||
|
|
Loading…
Reference in New Issue