Skip to content

Commit c388d87

Browse files
committed
Updated API from documentation release
1 parent 5146ba6 commit c388d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-specs/api/examples/Subscription/SubscriptionSetEventsAction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"action": "setEvents",
3-
"messages": [
3+
"events": [
44
{
55
"resourceTypeId": "import-api",
66
"types": ["ImportContainerCreated"]

api-specs/api/types/subscription/updates/SubscriptionSetEventsAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: SubscriptionSetEventsAction
55
discriminatorValue: setEvents
66
example: !include ../../../examples/Subscription/SubscriptionSetEventsAction.json
77
properties:
8-
messages?:
8+
events?:
99
type: EventSubscription[]
1010
description: |
1111
Value to set. Can only be unset if either `messages` or `changes` is set.

0 commit comments

Comments
 (0)