Sindbad~EG File Manager
/**
* @swagger
* components:
* schemas:
* Public:
* type: object
* required:
* - occupation
* properties:
* occupation:
* type: string
* description: The street address
* example:
* occupation: "Public Test1"
* UpdateResponse:
* type: object
* properties:
* message:
* type: string
* example: "Data updated successfully"
* DeleteResponse:
* type: object
* properties:
* message:
* type: string
* example: "entry_name and related data deleted successfully"
* securitySchemes:
* bearerAuth:
* type: http
* scheme: bearer
* bearerFormat: JWT
*/
/**
* @swagger
* tags:
* - name: Public
* description: Public related operations
*/
/**
* @swagger
* /public/industries:
* get:
* summary: Returns the list of industries.
* tags: [Public]
* security:
* - bearerAuth: []
* description: ID of the contact
* responses:
* 200:
* description: The list of addresses
* content:
* application/json:
* schema:
* type: array
* items:
* $ref: '#/components/schemas/Public'
*/
/**
* @swagger
* /public/industries-occupations:
* post:
* summary: Return the list of Industries Occupation.
* tags: [Public]
* security:
* - bearerAuth: []
* requestBody:
* required: true
* content:
* application/json:
* schema:
* $ref: '#/components/schemas/Public'
* responses:
* 201:
* description: The address was successfully created
* content:
* application/json:
* schema:
* $ref: '#/components/schemas/Public'
*/
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists