From: Michael Friedrich Date: Fri, 6 Apr 2018 11:03:08 +0000 (+0200) Subject: Add verbose parameter to the docs X-Git-Tag: v2.9.0~89^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8321f3a4c8d0a4f7ded3094ef4276761ca2807;p=icinga2 Add verbose parameter to the docs --- 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.