v1-response.js 307 B

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