added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/endpoint/getrepresentationsproxy_api:
|
||||
* get:
|
||||
* tags: [Case]
|
||||
* description: Get Representations for a Case
|
||||
* parameters:
|
||||
* - name: incidentID
|
||||
* in: query
|
||||
* required: true
|
||||
* example: 50b533aa-43f1-ec11-aade-00224800be9c
|
||||
* 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