-
-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
/api/extractor/peps:
get:
responses:
'200':
description: ''
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
post:
requestBody:
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
required: true
responses:
'200':
description: ''
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
Actual Behavior
/api/extractor/peps:
get:
responses:
'200':
description: ''
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
/api/extractor/peps: # This should not be here
post:
requestBody:
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
required: true
responses:
'200':
description: ''
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/Peps'
Steps to Reproduce the Problem
- Create Command API and Query API
- Create a POST method in Command and the same as GET in Query
- Validate spec and/or test Swagger UI ( only one of the methods is shown i Swagger UI, the error message is missing).
Specifications
- Version: 5.1.5
- Platform: All platforms
- Subsystem: All systems
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working