added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/getappealid_api:
|
||||
* get:
|
||||
* tags: [Misc]
|
||||
* description: Get Appeal ID from
|
||||
* parameters:
|
||||
* - name: caseReference
|
||||
* in: query
|
||||
* required: true
|
||||
* example: CAS-00764-L0Q9W2
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: updateFormCollection
|
||||
* in: query
|
||||
* required: true
|
||||
* example: pinswg_planningappeals78s
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: primaryAttribute
|
||||
* in: query
|
||||
* required: true
|
||||
* example: pinswg_planningappeals78id
|
||||
* schema:
|
||||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import { getToken, azureHeaders, consoleLogger } from "../../../actions";
|
||||
|
||||
Reference in New Issue
Block a user