From 75531b4fdcd821161ba7fc2f20c750898e0a15c1 Mon Sep 17 00:00:00 2001 From: Herald Date: Wed, 24 Jun 2026 11:12:19 +0200 Subject: [PATCH] fixed indentation --- src/openapi/container/abt-container-tokens.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/openapi/container/abt-container-tokens.yaml b/src/openapi/container/abt-container-tokens.yaml index 3e1b548..f6756ad 100644 --- a/src/openapi/container/abt-container-tokens.yaml +++ b/src/openapi/container/abt-container-tokens.yaml @@ -1,4 +1,4 @@ -openapi: 3.0.1 +openapi: 3.0.3 info: title: Integraion layer APIs for token storage for ABT description: >- @@ -115,21 +115,21 @@ paths: schema: $ref: "#/components/schemas/TokenStatusResponse" examples: - Not secured, not authorized : + Not secured and not authorized : summary: Not secured, not authorized value: { "isAuthorized": false, "isSecured": false } - Secured, not authorized : + Secured and not authorized : summary: Secured, not authorized value: { "isAuthorized": true, "isSecured": false } - Secured and authorized : + Secured and authorized : summary: Secured and authorized value: {