2
0

api.yaml 431 B

1234567891011121314151617181920
  1. openapi: 3.0.0
  2. info:
  3. title: Rhododendron
  4. description: A LLM service
  5. version: 2026.4.19
  6. servers:
  7. - url: http://192.168.0.10
  8. paths:
  9. /users:
  10. get:
  11. summary: Returns a list of users
  12. responses:
  13. "200":
  14. description: A JSON array of user names
  15. content:
  16. application/json:
  17. schema:
  18. type: array
  19. items:
  20. type: string