Skip to content

Commit

Permalink
Update device-reachability-status-subscriptions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinvodafone authored Jan 15, 2025
1 parent f7ad7d3 commit 5eb2ab6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions code/API_definitions/device-reachability-status-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ components:
subscriptionExpireTime:
type: string
format: date-time
example: 2023-01-17T13:18:23.682Z
example: "2023-01-17T13:18:23.682Z"
description: The subscription expiration time (in date-time format) requested by the API consumer.
subscriptionMaxEvents:
type: integer
Expand Down Expand Up @@ -1244,7 +1244,7 @@ components:
device:
phoneNumber: +123456787
subscriptionId: qs15-h556-rt89-1298
time: 2023-01-19T13:18:23.682Z
time: "2023-01-19T13:18:23.682Z"

REACHABILITY_SMS:
value:
Expand All @@ -1257,7 +1257,7 @@ components:
device:
phoneNumber: +123456787
subscriptionId: qs15-h556-rt89-1298
time: 2023-01-19T13:18:23.682Z
time: "2023-01-19T13:18:23.682Z"

REACHABILITY_DISCONNECTED:
value:
Expand All @@ -1270,7 +1270,7 @@ components:
device:
phoneNumber: +123456787
subscriptionId: qs15-h556-rt89-1298
time: 2023-01-19T13:18:23.682Z
time: "2023-01-19T13:18:23.682Z"

SUBSCRIPTION_ENDS:
value:
Expand All @@ -1284,7 +1284,7 @@ components:
phoneNumber: +123456789
terminationReason: SUBSCRIPTION_EXPIRED
subscriptionId: qs15-h556-rt89-1298
time: 2024-03-22T05:40:23.682Z
time: "2024-03-22T05:40:23.682Z"

SUBSCRIPTION_ACTIVE:
value:
Expand All @@ -1297,11 +1297,11 @@ components:
subscriptionDetail:
device:
phoneNumber: "+123456789"
subscriptionExpireTime: 2024-07-17T13:18:23.682Z
subscriptionExpireTime: "2024-07-17T13:18:23.682Z"
subscriptionMaxEvents: 5
initialEvent: true
startsAt: 2024-07-03T21:12:02.871Z
expiresAt: 2024-07-03T21:12:02.871Z
startsAt: "2024-07-03T21:12:02.871Z"
expiresAt: "2024-07-03T21:12:02.871Z"
status: ACTIVE

SUBSCRIPTION_ACTIVATION_REQUESTED:
Expand All @@ -1315,11 +1315,11 @@ components:
subscriptionDetail:
device:
phoneNumber: "+123456789"
subscriptionExpireTime: 2024-07-17T13:18:23.682Z
subscriptionExpireTime: "2024-07-17T13:18:23.682Z"
subscriptionMaxEvents: 5
initialEvent: true
startsAt: 2024-07-03T21:12:02.871Z
expiresAt: 2024-07-03T21:12:02.871Z
startsAt: "2024-07-03T21:12:02.871Z"
expiresAt: "2024-07-03T21:12:02.871Z"
status: ACTIVATION_REQUESTED

SUBSCRIPTION_DELETED:
Expand All @@ -1333,9 +1333,9 @@ components:
subscriptionDetail:
device:
phoneNumber: "+123456789"
subscriptionExpireTime: 2024-07-17T13:18:23.682Z
subscriptionExpireTime: "2024-07-17T13:18:23.682Z"
subscriptionMaxEvents: 5
initialEvent: true
startsAt: 2024-07-03T21:12:02.871Z
expiresAt: 2024-07-03T21:12:02.871Z
startsAt: "2024-07-03T21:12:02.871Z"
expiresAt: "2024-07-03T21:12:02.871Z"
status: DELETED

0 comments on commit 5eb2ab6

Please sign in to comment.