diff --git a/README.md b/README.md index 035e082e..560092fe 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,12 @@ external-endpoints: send-on-resolved: true ``` -To push the status of an external endpoint, you can use [gatus-cli](https://github.com/TwiN/gatus-cli), or send an HTTP request: +To push the status of an external endpoint, you can use [gatus-cli](https://github.com/TwiN/gatus-cli): +``` +gatus-cli external-endpoint push --url https://status.example.org --key "core_ext-ep-test" --token "potato" --success +``` + +or send an HTTP request: ``` POST /api/v1/endpoints/{key}/external?success={success}&error={error}&duration={duration} ```