Skip to content

Commit

Permalink
PIN-4460 Add 409 to openapi yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Jan 23, 2024
1 parent 6e1d70c commit 6d4fd4a
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 @@ -264,6 +264,12 @@ paths:
application/problem+json:
schema:
$ref: '#/components/schemas/Problem'
'409':
description: E-Service has some descriptors
content:
application/problem+json:
schema:
$ref: '#/components/schemas/Problem'
/eservices/{eServiceId}/consumers:
parameters:
- $ref: '#/components/parameters/CorrelationIdHeader'
Expand Down

0 comments on commit 6d4fd4a

Please sign in to comment.