mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
Update API endpoints in documentation
This commit is contained in:
parent
2577b196be
commit
8b0f432ffb
@ -1149,13 +1149,13 @@ All services are available via a GET request to the following endpoint:
|
|||||||
```
|
```
|
||||||
/api/v1/services/statuses
|
/api/v1/services/statuses
|
||||||
````
|
````
|
||||||
Example: https://status.twinnation.org/api/v1/statuses
|
Example: https://status.twinnation.org/api/v1/services/statuses
|
||||||
|
|
||||||
Specific services can also be queried by using the following pattern:
|
Specific services can also be queried by using the following pattern:
|
||||||
```
|
```
|
||||||
/api/v1/services/{group}_{service}/statuses
|
/api/v1/services/{group}_{service}/statuses
|
||||||
```
|
```
|
||||||
Example: https://status.twinnation.org/api/v1/statuses/core_twinnation-home
|
Example: https://status.twinnation.org/api/v1/services/core_twinnation-home/statuses
|
||||||
|
|
||||||
Gzip compression will be used if the `Accept-Encoding` HTTP header contains `gzip`.
|
Gzip compression will be used if the `Accept-Encoding` HTTP header contains `gzip`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user