fixed indentation
This commit is contained in:
parent
00a98a6178
commit
75531b4fdc
@ -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:
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user