added jsdoc definitions to apis
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/file/getbloblist:
|
||||
* get:
|
||||
* tags: [Azure Storage]
|
||||
* description: Basic search documents details
|
||||
* parameters:
|
||||
* - name: container
|
||||
* in: query
|
||||
* required: true
|
||||
* example: cl761h97h0008h11ycmu2qyfo
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: casefolderID
|
||||
* in: query
|
||||
* required: true
|
||||
* example: TMP-AYJHX-SNW1H5
|
||||
* schema:
|
||||
* type: string
|
||||
* - name: hash
|
||||
* in: query
|
||||
* required: true
|
||||
* example: 372c59f86d62b57cc2a7981eeee7737c944d407c6a7f2ea9d85797bbfe9852c5
|
||||
* schema:
|
||||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import { hashAPIPath } from "../../../actions";
|
||||
import { getBlobs } from "../../../actions/azurestorage";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user