| 123456789101112131415161718 |
- /**
- * @swagger
- *
- * components:
- * schemas:
- * V1Response:
- * type: object
- * properties:
- * ok:
- * type: boolean
- * description: API is succeeded
- * example: true
- * responses:
- * 403:
- * description: 'Forbidden'
- * 500:
- * description: 'Internal Server Error'
- */
|