Skip to content

Commit

Permalink
fix: renaming to SubscriptionDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jun 13, 2024
1 parent 6c5cf48 commit d617f20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions code/API_definitions/geofencing-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ components:
- subscriptionDetail
properties:
subscriptionDetail:
$ref: "#/components/schemas/CreateSubscriptionDetail"
$ref: "#/components/schemas/SubscriptionDetail"
subscriptionExpireTime:
type: string
format: date-time
Expand Down Expand Up @@ -510,10 +510,6 @@ components:
SubscriptionDetail:
description: The detail of the requested event subscription
type: object

CreateSubscriptionDetail:
description: The detail of the requested event subscription
type: object
properties:
device:
$ref: "#/components/schemas/Device"
Expand Down

0 comments on commit d617f20

Please sign in to comment.