From 503826acf566ccfac97595189c7a4dac903e07ae Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 10 Nov 2015 16:45:52 +0100 Subject: [PATCH] Update documentation refs #9105 --- doc/20-script-debugger.md | 4 ++-- doc/9-icinga2-api.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/20-script-debugger.md b/doc/20-script-debugger.md index e28f69d3f..fdb9f9645 100644 --- a/doc/20-script-debugger.md +++ b/doc/20-script-debugger.md @@ -6,10 +6,10 @@ parameter to enable the script debugger: # icinga2 daemon -X When an exception occurs or the [debugger](18-language-reference.md#breakpoints) -keyword is encountered in a user script Icinga 2 launches a console that +keyword is encountered in a user script, Icinga 2 launches a console that allows the user to debug the script. -Here is a list of common error which can be diagnosed with the script debugger: +Here is a list of common errors which can be diagnosed with the script debugger: * Configuration errors (apply) * Errors in user-defined functions diff --git a/doc/9-icinga2-api.md b/doc/9-icinga2-api.md index 78bd7c185..83e08fcaf 100644 --- a/doc/9-icinga2-api.md +++ b/doc/9-icinga2-api.md @@ -234,7 +234,7 @@ Here are the exact same query parameters as a JSON object: ### Request Method Override -`GET` requests do not allow to send a request body. In case you cannot pass everything as URL parameters (e.g. complex filters or JSON-encoded dictionaries) you can use the `X-HTTP-Method-Override` header. This comes in handy when you are using HTTP proxies disallowing `PUT` or `DELETE` requests too. +`GET` requests do not allow you to send a request body. In case you cannot pass everything as URL parameters (e.g. complex filters or JSON-encoded dictionaries) you can use the `X-HTTP-Method-Override` header. This comes in handy when you are using HTTP proxies disallowing `PUT` or `DELETE` requests too. Query an existing object by sending a `POST` request with `X-HTTP-Method-Override: GET` as request header: