From c0ffeed5a58258f2f0e45a6812224e3f5a5862b6 Mon Sep 17 00:00:00 2001 From: Thomas Richner Date: Mon, 25 Nov 2024 21:47:35 +0100 Subject: [PATCH] I_Authorization_Service: Fixed typo in required parameter --- src/openapi/I_Authorization_Service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/I_Authorization_Service.yaml b/src/openapi/I_Authorization_Service.yaml index 371a5c4..73c0de0 100644 --- a/src/openapi/I_Authorization_Service.yaml +++ b/src/openapi/I_Authorization_Service.yaml @@ -990,7 +990,7 @@ components: $ref: '#/components/schemas/ClientAttestationType' required: - authorizationCode - - clienatAttest + - clientAttest SendAuthCodeFdVtype: description: Authorization code type: object