Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
application/json:
schema:
$ref: "#/components/schemas/Subscription"
examples:
subscription-active:
$ref: "#/components/examples/SUBSCRIPTION_ACTIVE"

Check failure on line 169 in code/API_definitions/device-reachability-status-subscriptions.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

169:68 [trailing-spaces] trailing spaces
"202":
description: Request accepted to be processed. It applies for async creation process.
headers:
Expand Down
Loading