Skip to content

Commit

Permalink
PIN-395 Add 403 to openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Sep 27, 2023
1 parent edcb3a8 commit b9672be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/interface-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,12 @@ paths:
responses:
'204':
description: EService Risk Analysis created.
'403':
description: Forbidden
content:
application/problem+json:
schema:
$ref: '#/components/schemas/Problem'
'404':
description: EService not found
content:
Expand Down

0 comments on commit b9672be

Please sign in to comment.