Skip to content

Commit

Permalink
fix: Megalinter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jul 3, 2024
1 parent 393b7c1 commit e79c934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/geofencing-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ components:
type: string
description: |
- NETWORK_TERMINATED - API server stopped sending notification
- SUBSCRIPTION_CREATION_ABORTED - Subscription cannot be created because the specified area cannot be managed (for asynchronous subscription creation)
- SUBSCRIPTION_CREATION_ABORTED - Subscription cannot be created because the specified area cannot be managed (for asynchronous subscription creation)
- SUBSCRIPTION_EXPIRED - Subscription expire time (optionally set by the requester) has been reached
- 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
Expand Down Expand Up @@ -1399,4 +1399,4 @@ components:
latitude: 50.735851
longitude: 7.10066
radius: 2000
terminationReason: SUBSCRIPTION_CREATION_ABORTED
terminationReason: SUBSCRIPTION_CREATION_ABORTED

0 comments on commit e79c934

Please sign in to comment.