swagger doc meta info
This commit is contained in:
@@ -5,6 +5,13 @@
|
|||||||
* tags: [Case]
|
* tags: [Case]
|
||||||
* summary: Phase 2
|
* summary: Phase 2
|
||||||
* description: get awaiting case submission
|
* description: get awaiting case submission
|
||||||
|
* parameters:
|
||||||
|
* - name: loggedInUserId
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* example: 9c563a87-4158-ec11-a9c6-002248008e24
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
* responses:
|
* responses:
|
||||||
* 200:
|
* 200:
|
||||||
* description: Success
|
* description: Success
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
/**
|
||||||
|
* @swagger
|
||||||
|
* /api/endpoint/getemailaccountcheck_api:
|
||||||
|
* get:
|
||||||
|
* tags: [Login]
|
||||||
|
* description: Returns portal login
|
||||||
|
* summary: Phase 2
|
||||||
|
* parameters:
|
||||||
|
* - name: emailAddress
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
|
* responses:
|
||||||
|
* 200:
|
||||||
|
* description: hello world
|
||||||
|
*/
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import CryptoJS from "crypto-js";
|
import CryptoJS from "crypto-js";
|
||||||
import _ from "lodash";
|
import _ from "lodash";
|
||||||
|
|||||||
@@ -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 axios from "axios";
|
||||||
import CryptoJS from "crypto-js";
|
import CryptoJS from "crypto-js";
|
||||||
import { getToken, azureHeaders, consoleLogger } from "../../../actions";
|
import { getToken, azureHeaders, consoleLogger } from "../../../actions";
|
||||||
|
|||||||
Reference in New Issue
Block a user