sign-in.yaml 258 B

12345678910111213
  1. post:
  2. summary: Sign in.
  3. tags:
  4. - auth
  5. responses:
  6. "200": # status code
  7. description: A JSON array of user names
  8. content:
  9. application/json:
  10. schema:
  11. type: array
  12. items:
  13. type: string