Skip to content

Commit

Permalink
fix: uppercase used tags in endpoints + removed unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jun 11, 2024
1 parent 51e5963 commit 0238149
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions code/API_definitions/device-reachability-status-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ paths:
/subscriptions:
post:
tags:
- device reachability status subscription
- Device reachability status subscription
summary: "Create a device reachability status event subscription for a device"
description: Create a device reachability status event subscription for a device
operationId: createDeviceReachabilityStatusSubscription
Expand Down Expand Up @@ -164,7 +164,7 @@ paths:
$ref: "#/components/responses/Generic503"
get:
tags:
- device reachability status subscription
- Device reachability status subscription
summary: "Retrieve a list of device reachability status event subscription"
description: Retrieve a list of device reachability status event subscription(s)
operationId: retrieveSubscriptionList
Expand Down Expand Up @@ -199,7 +199,7 @@ paths:
/subscriptions/{subscriptionId}:
get:
tags:
- device reachability status subscription
- Device reachability status subscription
summary: "Retrieve a device reachability status event subscription for a device"
operationId: retrieveSubscription
description: Retrieve a given subscription by ID
Expand Down Expand Up @@ -233,7 +233,7 @@ paths:
$ref: "#/components/responses/Generic503"
delete:
tags:
- device reachability status subscription
- Device reachability status subscription
summary: "Delete a device reachability status event subscription for a device"
operationId: deleteSubscription
description: Delete a given subscription by ID
Expand Down Expand Up @@ -296,12 +296,6 @@ components:
type: string
schemas:

LastStatusTime:
description: Last time that the associated device reachability status/reachability was updated
type: string
format: date-time
example: "2024-02-20T10:41:38.657Z"

Device:
description: |
End-user equipment able to connect to a mobile network. Examples of devices include smartphones or IoT sensors/actuators.
Expand Down Expand Up @@ -380,16 +374,6 @@ components:
format: ipv6
example: 2001:db8:85a3:8d3:1319:8a2e:370:7344

CountryCode:
description: The Mobile country code (MCC) as an geographic region identifier for the country and the dependent areas.
type: integer

CountryName:
description: The ISO 3166 ALPHA-2 country-codes of mapped to mobile country code(MCC). If there is mapping of one MCC to multiple countries, then we have list of countries. If there is no mapping of MCC to any country, then an empty array [] shall be returned..
type: array
items:
type: string

ErrorInfo:
type: object
required:
Expand Down

0 comments on commit 0238149

Please sign in to comment.