Skip to content
Snippets Groups Projects
Commit 368adf78 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

Merge branch 'feat/FCON-155-post-key' into 'main'

feat(FCON-155): POST must have no <uuid> in path

See merge request fit-connect/api!97
parents 32ed9a03 c02f60fb
No related branches found
No related tags found
1 merge request!97feat(FCON-155): POST must have no <uuid> in path
parameters:
- $ref: '../../../parameters/destinationId.yml'
post:
operationId: add-destination-key
summary: Fügt dem Zustellpunkt einen JWK hinzu.
tags:
- Zustellpunktverwaltung
security:
- OAuth2:
- 'manage:destination:<id>'
requestBody:
required: true
content:
application/json:
schema:
$ref: '../../../schemas/jwk.yml'
examples:
Beispiel:
$ref: '../../../examples/jwk.yml'
responses:
'204':
description: Schlüssel hinzugefügt
'400':
description: Bad Request
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
'401':
description: Unauthorized
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
'403':
description: Forbidden
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
'404':
description: Not Found
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
......@@ -28,42 +28,3 @@ get:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
post:
operationId: add-destination-key
summary: Fügt dem Zustellpunkt einen JWK hinzu.
tags:
- Zustellpunktverwaltung
security:
- OAuth2:
- 'manage:destination:<id>'
requestBody:
required: true
content:
application/json:
schema:
$ref: '../../../schemas/jwk.yml'
examples:
Beispiel:
$ref: '../../../examples/jwk.yml'
responses:
'204':
description: Schlüssel hinzugefügt
'400':
description: Bad Request
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
'401':
description: Unauthorized
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
'403':
description: Forbidden
content:
application/problem+json:
schema:
$ref: ../../../schemas/error.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment