mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9953 from Josef-Friedrich/patch-1
Fix typo in 12-icinga2-api.md
This commit is contained in:
commit
9e31b8b559
1
AUTHORS
1
AUTHORS
|
@ -135,6 +135,7 @@ Jochen Friedrich <j.friedrich@nwe.de>
|
||||||
Johannes Meyer <johannes.meyer@icinga.com>
|
Johannes Meyer <johannes.meyer@icinga.com>
|
||||||
Jonas Meurer <jonas@freesources.org>
|
Jonas Meurer <jonas@freesources.org>
|
||||||
Jordi van Scheijen <jordi.vanscheijen@solvinity.com>
|
Jordi van Scheijen <jordi.vanscheijen@solvinity.com>
|
||||||
|
Josef Friedrich <josef@friedrich.rocks>
|
||||||
Joseph L. Casale <jcasale@activenetwerx.com>
|
Joseph L. Casale <jcasale@activenetwerx.com>
|
||||||
jre3brg <jorge.rebelo@pt.bosch.com>
|
jre3brg <jorge.rebelo@pt.bosch.com>
|
||||||
Julian Brost <julian.brost@icinga.com>
|
Julian Brost <julian.brost@icinga.com>
|
||||||
|
|
|
@ -813,7 +813,7 @@ parameters need to be passed inside the JSON body:
|
||||||
|
|
||||||
Parameters | Type | Description
|
Parameters | Type | Description
|
||||||
------------------|--------------|--------------------------
|
------------------|--------------|--------------------------
|
||||||
templates | Array | **Optional.** Import existing configuration templates for this object type. Note: These templates must either be statically configured or provided in [config packages](12-icinga2-api.md#icinga2-api-config-management)-
|
templates | Array | **Optional.** Import existing configuration templates for this object type. Note: These templates must either be statically configured or provided in [config packages](12-icinga2-api.md#icinga2-api-config-management).
|
||||||
attrs | Dictionary | **Required.** Set specific object attributes for this [object type](09-object-types.md#object-types).
|
attrs | Dictionary | **Required.** Set specific object attributes for this [object type](09-object-types.md#object-types).
|
||||||
ignore\_on\_error | Boolean | **Optional.** Ignore object creation errors and return an HTTP 200 status instead.
|
ignore\_on\_error | Boolean | **Optional.** Ignore object creation errors and return an HTTP 200 status instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue