added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/getportalmoduledetailsproxy_api:
|
||||
* get:
|
||||
* tags: [Portal]
|
||||
* description: Get portal module details proxy
|
||||
* parameters:
|
||||
* - name: appealType
|
||||
* in: query
|
||||
* required: true
|
||||
* example: pinswg_planningappeals78s
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: caseReference
|
||||
* in: query
|
||||
* required: true
|
||||
* example: CAS-00764-L0Q9W2
|
||||
* schema:
|
||||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: hello world
|
||||
*/
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import { getToken, azureHeaders, consoleLogger } from "../../../actions";
|
||||
|
||||
Reference in New Issue
Block a user