Skip to content

Commit

Permalink
Merge pull request #64 from patrice-conil/fix-eventSubscriptionId
Browse files Browse the repository at this point in the history
fix(openapi): replace subscriptionId by eventSubscriptionId
  • Loading branch information
eric-murray authored Jul 12, 2023
2 parents c8ab0b6 + 92f09c2 commit de445db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/API_definitions/device-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ components:
format: date-time
description: date time when subscription will expire or expired
required:
- subscriptionId
- eventSubscriptionId
- type

EventSubscriptionAsync:
Expand Down Expand Up @@ -776,7 +776,7 @@ components:
examples:
ROAMING_STATUS:
value:
subscriptionId: 123654
eventSubscriptionId: 123654
event:
eventType: ROAMING_STATUS
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -788,7 +788,7 @@ components:
countryName: FR
ROAMING_OFF:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_OFF
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -797,7 +797,7 @@ components:
phoneNumber: 123456789
ROAMING_ON:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_ON
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -806,7 +806,7 @@ components:
phoneNumber: 123456789
ROAMING_CHANGE_COUNTRY:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_CHANGE_COUNTRY
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -817,7 +817,7 @@ components:
countryName: SP
SUBSCRIPTION_ENDS:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: SUBSCRIPTION_ENDS
eventTime: 2023-01-17T13:18:23.682Z
Expand Down

0 comments on commit de445db

Please sign in to comment.