Correcting API documentation to show status endpoints are unauthenticated (#13943)

This commit is contained in:
Sean Ellefson 2022-03-01 14:41:47 -08:00 committed by GitHub
parent 88dbb8a372
commit d4342a3124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 |
| :----- | :--------------------------- |

View file

@ -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 |
| :----- | :------------------------------------ |