Skip to content

Commit

Permalink
fix: openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Dec 17, 2024
1 parent bc87011 commit e60c295
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1155,12 +1155,13 @@ paths:
type: integer
description: The ID of the subordinate.
requestBody:
description: JSON object containing JWK details
description: Metadata creation details
required: true
content:
application/json:
schema:
type: object
$ref: '#/components/schemas/Jwk'

responses:
'201':
description: Subordinate JWK created successfully
Expand Down

0 comments on commit e60c295

Please sign in to comment.