mark internal/counters/requests as deprecated (#19359)
Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>
This commit is contained in:
parent
bd76f6c539
commit
d8191e0a4b
|
@ -1821,10 +1821,9 @@ func (b *SystemBackend) internalPaths() []*framework.Path {
|
|||
Pattern: "internal/counters/requests",
|
||||
Operations: map[logical.Operation]framework.OperationHandler{
|
||||
logical.ReadOperation: &framework.PathOperation{
|
||||
Callback: b.pathInternalCountersRequests,
|
||||
Summary: "Backwards compatibility is not guaranteed for this API",
|
||||
// callback only returns errors
|
||||
Responses: nil,
|
||||
Callback: b.pathInternalCountersRequests,
|
||||
Deprecated: true,
|
||||
Summary: "Backwards compatibility is not guaranteed for this API",
|
||||
},
|
||||
},
|
||||
HelpSynopsis: strings.TrimSpace(sysHelp["internal-counters-requests"][0]),
|
||||
|
|
Loading…
Reference in New Issue