From 493bb3562f6d008f07ecd99869aa1ba9c2e9a2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Luka=C5=A1=C3=ADk?= Date: Tue, 7 Nov 2023 21:17:18 +0000 Subject: [PATCH] minor typo fix subcription -> subscription --- TS29508_Nsmf_EventExposure.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TS29508_Nsmf_EventExposure.yaml b/TS29508_Nsmf_EventExposure.yaml index 5dd95c2..6fe3c05 100644 --- a/TS29508_Nsmf_EventExposure.yaml +++ b/TS29508_Nsmf_EventExposure.yaml @@ -27,7 +27,7 @@ security: paths: /subscriptions: post: - operationId: CreateIndividualSubcription + operationId: CreateIndividualSubscription summary: Create an individual subscription for event notifications from the SMF tags: - Subscriptions (Collection) @@ -161,7 +161,7 @@ paths: /subscriptions/{subId}: get: - operationId: GetIndividualSubcription + operationId: GetIndividualSubscription summary: Read an individual subscription for event notifications from the SMF tags: - IndividualSubscription (Document) @@ -204,7 +204,7 @@ paths: default: $ref: 'TS29571_CommonData.yaml#/components/responses/default' put: - operationId: ReplaceIndividualSubcription + operationId: ReplaceIndividualSubscription summary: Replace an individual subscription for event notifications from the SMF tags: - IndividualSubscription (Document) @@ -259,7 +259,7 @@ paths: default: $ref: 'TS29571_CommonData.yaml#/components/responses/default' delete: - operationId: DeleteIndividualSubcription + operationId: DeleteIndividualSubscription summary: Delete an individual subscription for event notifications from the SMF tags: - IndividualSubscription (Document)