From 0389a0de6120fb416fb801b02bc783f68332dc66 Mon Sep 17 00:00:00 2001 From: hzoppetti Date: Tue, 29 Sep 2020 13:25:03 -0400 Subject: [PATCH] added message to event object --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 88bc3474f..89b03ee7a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15509,6 +15509,14 @@ components: The username of the User who caused the Event. example: exampleUser x-linode-cli-display: 2 + message: + type: string + nullable: true + description: > + Provides additional information about the event. Additional + information may include, but is not limited to, a more detailed + representation of events which can help diagnose non-obvious failures. + example: None Firewall: type: object description: >