fixed indentation

This commit is contained in:
Mirjam Herald 2026-06-24 11:12:19 +02:00
parent 00a98a6178
commit 75531b4fdc

View File

@ -1,4 +1,4 @@
openapi: 3.0.1 openapi: 3.0.3
info: info:
title: Integraion layer APIs for token storage for ABT title: Integraion layer APIs for token storage for ABT
description: >- description: >-
@ -115,14 +115,14 @@ paths:
schema: schema:
$ref: "#/components/schemas/TokenStatusResponse" $ref: "#/components/schemas/TokenStatusResponse"
examples: examples:
Not secured, not authorized : Not secured and not authorized :
summary: Not secured, not authorized summary: Not secured, not authorized
value: value:
{ {
"isAuthorized": false, "isAuthorized": false,
"isSecured": false "isSecured": false
} }
Secured, not authorized : Secured and not authorized :
summary: Secured, not authorized summary: Secured, not authorized
value: value:
{ {