added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/patchcase_api:
|
||||
* patch:
|
||||
* tags: [Case]
|
||||
* description: Patch case
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import _ from "lodash";
|
||||
|
||||
Reference in New Issue
Block a user