v1-response.js 360 B

123456789101112131415161718
  1. /**
  2. * @swagger
  3. *
  4. * components:
  5. * schemas:
  6. * V1Response:
  7. * type: object
  8. * properties:
  9. * ok:
  10. * type: boolean
  11. * description: API is succeeded
  12. * example: true
  13. * responses:
  14. * 403:
  15. * description: 'Forbidden'
  16. * 500:
  17. * description: 'Internal Server Error'
  18. */