From d617f20bb67f9038e8d4e4f08cd7e47e0d843346 Mon Sep 17 00:00:00 2001 From: Maximilian Laue Date: Thu, 13 Jun 2024 15:15:40 +0200 Subject: [PATCH] fix: renaming to SubscriptionDetail --- code/API_definitions/geofencing-subscriptions.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/API_definitions/geofencing-subscriptions.yaml b/code/API_definitions/geofencing-subscriptions.yaml index 81786b0..136160f 100644 --- a/code/API_definitions/geofencing-subscriptions.yaml +++ b/code/API_definitions/geofencing-subscriptions.yaml @@ -400,7 +400,7 @@ components: - subscriptionDetail properties: subscriptionDetail: - $ref: "#/components/schemas/CreateSubscriptionDetail" + $ref: "#/components/schemas/SubscriptionDetail" subscriptionExpireTime: type: string format: date-time @@ -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"