From 6abf0f3ce6010f4ac2b95ea0ae3a4480cd53bfd1 Mon Sep 17 00:00:00 2001 From: Ramesh Shanmugasundaram Date: Fri, 23 Dec 2022 16:05:43 +0000 Subject: [PATCH] Fixed couple of typos --- code/API_definitions/qod-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/qod-api.yaml b/code/API_definitions/qod-api.yaml index b83e20ce19..0edcfc762c 100644 --- a/code/API_definitions/qod-api.yaml +++ b/code/API_definitions/qod-api.yaml @@ -273,7 +273,7 @@ components: notificationAuthToken: type: string example: "c8974e592c2fa383d4a3960714" - description: Authentification token for callback API + description: Authentication token for callback API required: - ueId - asId @@ -463,5 +463,5 @@ components: schema: $ref: "#/components/schemas/ErrorInfo" example: - code: SERVICE_UNAVALIBLE + code: SERVICE_UNAVAILABLE message: "Service unavailable"