swagger doc meta info

This commit is contained in:
2024-05-13 16:53:12 +01:00
parent 62e8179e3a
commit c3b5f1a6ce
3 changed files with 43 additions and 0 deletions
+19
View File
@@ -1,3 +1,22 @@
/**
* @swagger
* /api/endpoint/getpicklists_api:
* get:
* tags: [Case]
* description: Returns picklists for appeal tpyes
* summary: Phase 2
* parameters:
* - name: whichForm
* in: query
* required: true
* example: planningappeals78
* schema:
* type: string
* responses:
* 200:
* description: hello world
*/
import axios from "axios";
import CryptoJS from "crypto-js";
import { getToken, azureHeaders, consoleLogger } from "../../../actions";