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:
-
- summary: Get details
- responseClass: resClass
- nickname: getDetails
- consumes:
-
- produces:
-
- parameters:
-
-
-
-
-
-
-
-
*/
I have specified my api doc as below but in this app-x-tk is being sent as query param instead of header
/**
*/