diff --git a/doc/endpoints.md b/doc/endpoints.md index d379bc04..f6f6e121 100644 --- a/doc/endpoints.md +++ b/doc/endpoints.md @@ -44,6 +44,7 @@ The response body contains a newly generated JSON Web Token (JWT) on success. A - `GET http://example.org/admin/env`: Get select environment variables about the configuration which may aid in client-side operations. - `GET http://example.org/admin/openapi`: Get an OpenAPI JSON spec of the endpoint API, which can then be visualized using an OpenAPI viewer like Swagger. +- `GET http://example.org/admin/status`: Get LRS status information, such as the number of statements in the LRS. - `DELETE http://example.org/admin/agents`: Runs a *hard delete* of all records of an actor, and associated records (statements, attachments, etc). Intended for privacy purposes like GDPR. Body should be a JSON object of form `{"actor-ifi":}`. Disabled unless the configuration variable enableAdminDeleteActor to be set to `true`. ### Reaction Management Routes