Skip to content

Commit

Permalink
update openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 10, 2024
1 parent 9263404 commit e484083
Showing 1 changed file with 30 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Envelope_list_ApiKeyGet__'
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
'404':
description: Not Found
content:
Expand All @@ -421,6 +427,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Envelope_ApiKeyCreateResponse_'
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
'404':
description: Not Found
content:
Expand Down Expand Up @@ -450,6 +462,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Envelope_ApiKeyGet_'
'409':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Conflict
'404':
content:
application/json:
Expand All @@ -474,6 +492,12 @@ paths:
responses:
'204':
description: Successful Response
'409':
content:
application/json:
schema:
$ref: '#/components/schemas/EnvelopedError'
description: Conflict
'404':
content:
application/json:
Expand Down Expand Up @@ -6765,6 +6789,11 @@ components:
title: ApiKeyCreateRequest
ApiKeyCreateResponse:
properties:
id:
type: string
maxLength: 100
minLength: 1
title: Id
displayName:
type: string
minLength: 3
Expand All @@ -6777,11 +6806,6 @@ components:
title: Expiration
description: Time delta from creation time to expiration. If None, then
it does not expire.
id:
type: string
maxLength: 100
minLength: 1
title: Id
apiBaseUrl:
type: string
title: Apibaseurl
Expand All @@ -6793,8 +6817,8 @@ components:
title: Apisecret
type: object
required:
- displayName
- id
- displayName
- apiBaseUrl
- apiKey
- apiSecret
Expand Down

0 comments on commit e484083

Please sign in to comment.