Skip to content

Commit

Permalink
Update device-roaming-status-subscriptions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshunyadi authored Aug 27, 2024
1 parent d60c209 commit 1e20c96
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions code/API_definitions/device-roaming-status-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -907,13 +907,17 @@ components:
TerminationReason:
type: string
description: |
NETWORK_TERMINATED - API server stopped sending notification
SUBSCRIPTION_EXPIRED - Subscription expire time (optionally set by the requester) has been reached
SUBSCRIPTION_DELETED - Subscription was deleted by the requester
- NETWORK_TERMINATED - API server stopped sending notification
- SUBSCRIPTION_EXPIRED - Subscription expire time (optionally set by the requester) has been reached
- SUBSCRIPTION_DELETED - Subscription was deleted by the requester
- MAX_EVENTS_REACHED - Maximum number of events (optionally set by the requester) has been reached
- ACCESS_TOKEN_EXPIRED - Access Token sinkCredential (optionally set by the requester) expiration time has been reached
enum:
- NETWORK_TERMINATED
- SUBSCRIPTION_EXPIRED
- SUBSCRIPTION_DELETED
- MAX_EVENTS_REACHED
- ACCESS_TOKEN_EXPIRED

responses:
CreateSubscriptionBadRequest400:
Expand Down

0 comments on commit 1e20c96

Please sign in to comment.