swagger doc meta info
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user