From c918366e7a3dc6c3efcc6c4402a1df6b089b011b Mon Sep 17 00:00:00 2001 From: Luiz Amaral Date: Thu, 28 Mar 2019 09:50:12 +0100 Subject: [PATCH] Fix incorrect title in API docs Partially picked from ae2de7b423fe67c6ca135123fe676b444e4b4367 --- doc/12-icinga2-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index 1a6a54be4..1f7de10f3 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -1775,7 +1775,7 @@ $ curl -k -s -u root:icinga 'https://localhost:5665/v1/config/packages?pretty=1' } ``` -### List Configuration Packages and their Stages +### List Configuration Package Stage Files In order to retrieve a list of files for a stage you can send a `GET` request to the URL endpoint `/v1/config/stages`. You need to include -- 2.40.0