Skip to content

Commit cd123a4

Browse files
authored
Merge pull request #340 from hzoppetti/message-event-field
[New] Added Message to Event Object
2 parents 6a3309c + 0389a0d commit cd123a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15509,6 +15509,14 @@ components:
1550915509
The username of the User who caused the Event.
1551015510
example: exampleUser
1551115511
x-linode-cli-display: 2
15512+
message:
15513+
type: string
15514+
nullable: true
15515+
description: >
15516+
Provides additional information about the event. Additional
15517+
information may include, but is not limited to, a more detailed
15518+
representation of events which can help diagnose non-obvious failures.
15519+
example: None
1551215520
Firewall:
1551315521
type: object
1551415522
description: >

0 commit comments

Comments
 (0)