From: Gunnar Beutner Date: Tue, 10 Nov 2015 16:18:48 +0000 (+0100) Subject: Update documentation X-Git-Tag: v2.4.0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf818f3384bdbfc32343abb380373db41581d59;p=icinga2 Update documentation refs #10588 --- diff --git a/doc/9-icinga2-api.md b/doc/9-icinga2-api.md index 784e6f46a..eebcb8e6b 100644 --- a/doc/9-icinga2-api.md +++ b/doc/9-icinga2-api.md @@ -1350,10 +1350,10 @@ Each response entry in the results array contains the following attributes: Attribute | Type | Description ---------------|--------------|--------------------- name | string | The type name. - plural_name | string | The plural name. + plural_name | string | The plural type name. fields | dictionary | Available fields including details on e.g. the type and attribute accessibility. - abstract | boolean | Whether objects of this type are abstract. - base | boolean | The base type this type inherits from (e.g. `Service` inherits fields and prototype methods from `Checkable`). + abstract | boolean | Whether objects can be instantiated for this type. + base | boolean | The base type (e.g. `Service` inherits fields and prototype methods from `Checkable`). prototype_keys | string array | Available prototype methods. In order to view a specific configuration object type specify its name inside the URL path: