added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/getlinkedcases_api:
|
||||
* get:
|
||||
* tags: [Case]
|
||||
* description: Get linked cases
|
||||
* parameters:
|
||||
* - name: parentincidentid
|
||||
* in: query
|
||||
* required: true
|
||||
* example: 53a37b9e-1dfc-eb11-aac7-00224800be9c
|
||||
* schema:
|
||||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import { getToken, azureHeadersPaged, consoleLogger } from "../../../actions";
|
||||
|
||||
Reference in New Issue
Block a user