mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Correcting API documentation to show status endpoints are unauthenticated (#13943)
This commit is contained in:
parent
88dbb8a372
commit
d4342a3124
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ description: >-
|
|||
This endpoint prints information about the status of replication (mode,
|
||||
sync progress, etc).
|
||||
|
||||
This is an authenticated endpoint.
|
||||
This is an unauthenticated endpoint.
|
||||
|
||||
| Method | Path |
|
||||
| :----- | :--------------------------- |
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ description: >-
|
|||
This endpoint prints information about the status of replication (mode,
|
||||
sync progress, etc).
|
||||
|
||||
This is an authenticated endpoint.
|
||||
This is an unauthenticated endpoint.
|
||||
|
||||
| Method | Path |
|
||||
| :----- | :------------------------------------ |
|
||||
|
|
|
|||
Loading…
Reference in a new issue