-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
I have specified my api doc as below but in this app-x-tk is being sent as query param instead of header
/**
- @Swagger
- path: /v1/api/getDetails
- operations:
-
- httpMethod: GET
- summary: Get details
- responseClass: resClass
- nickname: getDetails
- consumes:
-
- application/json - produces:
-
- application/json - parameters:
-
- name: id
-
paramType: query -
required: true -
dataType: string -
- name: app-x-tk
-
paramType: header -
required: true -
dataType: string
*/
Metadata
Metadata
Assignees
Labels
No labels