Feature/extend public api with health check endpoint (#3825)

* Add health check endpoint documentation

* Update changelog
This commit is contained in:
Thomas Kaul
2024-10-07 17:49:29 +02:00
committed by GitHub
parent 14b88edff6
commit 7e339972ad
2 changed files with 20 additions and 0 deletions

View File

@@ -163,6 +163,20 @@ You can get the _Bearer Token_ via `POST http://localhost:3333/api/v1/auth/anony
Deprecated: `GET http://localhost:3333/api/v1/auth/anonymous/<INSERT_SECURITY_TOKEN_OF_ACCOUNT>` or `curl -s http://localhost:3333/api/v1/auth/anonymous/<INSERT_SECURITY_TOKEN_OF_ACCOUNT>`.
### Health Check (experimental)
#### Request
`GET http://localhost:3333/api/v1/health`
**Info:** No Bearer Token is required for health check
#### Response
##### Success
`200 OK`
### Import Activities
#### Prerequisites