added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/getbasicsearchdetailspaged_api:
|
||||
* get:
|
||||
* tags: [Search]
|
||||
* description: Basic search details
|
||||
* parameters:
|
||||
* - name: appealTypeName
|
||||
* description:
|
||||
* in: query
|
||||
* required: true
|
||||
* example: pinswg_planningappeals78s
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: primaryIdAttribute
|
||||
* in: query
|
||||
* required: true
|
||||
* example: pinswg_planningappeals78id
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: incidentID
|
||||
* in: query
|
||||
* required: true
|
||||
* example: 1f129091-cb0f-ec11-aac8-00224800be9c
|
||||
* schema:
|
||||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import _ from "lodash";
|
||||
|
||||
Reference in New Issue
Block a user