From 039dbc02fcdd44f2a032bbb81a817fe97b51a6a7 Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Fri, 13 Oct 2023 16:08:59 +0200 Subject: [PATCH] Fix link text for Downtime* Event Stream Types The link text for all Downtime* Event Stream Types contains "Comment" instead of "Downtime" even when pointing to the correct object. --- doc/12-icinga2-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index 85c9aad86..81c9426fd 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -1850,7 +1850,7 @@ Example for all object events: --------------|---------------|-------------------------- type | String | Event type `DowntimeAdded`. timestamp | Timestamp | Unix timestamp when the event happened. - downtime | Dictionary | Serialized [Comment](09-object-types.md#objecttype-downtime) object. + downtime | Dictionary | Serialized [Downtime](09-object-types.md#objecttype-downtime) object. #### Event Stream Type: DowntimeRemoved @@ -1858,7 +1858,7 @@ Example for all object events: --------------|---------------|-------------------------- type | String | Event type `DowntimeRemoved`. timestamp | Timestamp | Unix timestamp when the event happened. - downtime | Dictionary | Serialized [Comment](09-object-types.md#objecttype-downtime) object. + downtime | Dictionary | Serialized [Downtime](09-object-types.md#objecttype-downtime) object. #### Event Stream Type: DowntimeStarted @@ -1867,7 +1867,7 @@ Example for all object events: --------------|---------------|-------------------------- type | String | Event type `DowntimeStarted`. timestamp | Timestamp | Unix timestamp when the event happened. - downtime | Dictionary | Serialized [Comment](09-object-types.md#objecttype-downtime) object. + downtime | Dictionary | Serialized [Downtime](09-object-types.md#objecttype-downtime) object. #### Event Stream Type: DowntimeTriggered @@ -1876,7 +1876,7 @@ Example for all object events: --------------|---------------|-------------------------- type | String | Event type `DowntimeTriggered`. timestamp | Timestamp | Unix timestamp when the event happened. - downtime | Dictionary | Serialized [Comment](09-object-types.md#objecttype-downtime) object. + downtime | Dictionary | Serialized [Downtime](09-object-types.md#objecttype-downtime) object. ### Event Stream Filter