Skip to content

Commit

Permalink
Merge branch 'PIN-4020' into PIN-4023
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli authored Sep 27, 2023
2 parents 506d9cd + ecb56cf commit 13bd7ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 Expand Up @@ -941,6 +947,12 @@ paths:
responses:
'204':
description: EService Risk Analysis updated.
'403':
description: Forbidden
content:
application/problem+json:
schema:
$ref: '#/components/schemas/Problem'
'404':
description: EService not found
content:
Expand Down

0 comments on commit 13bd7ee

Please sign in to comment.