Skip to content

Commit

Permalink
feat: corrected the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dfischer-tech committed Sep 22, 2024
1 parent 2ebbb49 commit 79a4efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ components:
schema:
$ref: "#/components/schemas/ErrorInfo"
examples:
PermissionDenied:
MultieventSubscriptionNotSupported:
value:
status: 422
code: MULTIEVENT_SUBSCRIPTION_NOT_SUPPORTED
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/device-roaming-status-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ components:
type: boolean
description: |
Set to `true` by API consumer if consumer wants to get an event as soon as the subscription is created and current situation reflects event request.
Example: Consumer subscribes to reachability SMS. If consumer sets initialEvent to true and device is already reachable by SMS, an event is triggered.
Example: Consumer subscribes to roaming-on. If consumer sets initialEvent to true and the device is already roaming-on, an event is triggered.
SinkCredential:
type: object
Expand Down Expand Up @@ -1200,7 +1200,7 @@ components:
schema:
$ref: "#/components/schemas/ErrorInfo"
examples:
PermissionDenied:
MultieventSubscriptionNotSupported:
value:
status: 422
code: MULTIEVENT_SUBSCRIPTION_NOT_SUPPORTED
Expand Down

0 comments on commit 79a4efb

Please sign in to comment.