From 5e8321f3a4c8d0a4f7ded3094ef4276761ca2807 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 6 Apr 2018 13:03:08 +0200 Subject: [PATCH] Add verbose parameter to the docs --- doc/12-icinga2-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index e88ca6226..48d96e699 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -124,7 +124,8 @@ The API will return standard [HTTP statuses](https://www.ietf.org/rfc/rfc2616.tx including error codes. When an error occurs, the response body will contain additional information -about the problem and its source. +about the problem and its source. Set `verbose` to true to retrieve more +insights into what may be causing the error. A status code between 200 and 299 generally means that the request was successful.