@@ -21,6 +21,14 @@ components:
|
||||
error:
|
||||
type: string
|
||||
|
||||
Info:
|
||||
type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
started:
|
||||
type: string
|
||||
|
||||
AuthInternalUser:
|
||||
type: object
|
||||
properties:
|
||||
@@ -1134,6 +1142,25 @@ components:
|
||||
|
||||
paths:
|
||||
|
||||
/v3/info:
|
||||
get:
|
||||
operationId: info
|
||||
tags: [General]
|
||||
summary: returns informations about the instance.
|
||||
responses:
|
||||
'200':
|
||||
description: the request was successful.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/Info'
|
||||
'500':
|
||||
description: server error.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/Error'
|
||||
|
||||
/v3/auth/jwks/refresh:
|
||||
post:
|
||||
operationId: authJwksRefresh
|
||||
|
||||
Reference in New Issue
Block a user