api.yaml 410 B

123456789101112131415161718
  1. openapi: 3.0.0
  2. info:
  3. title: JSONPlaceholder 测试API
  4. description: 用于测试智能API测试助手的示例文档
  5. version: 1.0.0
  6. paths:
  7. /users:
  8. get:
  9. summary: 获取用户列表
  10. responses:
  11. '200':
  12. description: 成功返回用户列表
  13. /posts:
  14. get:
  15. summary: 获取帖子列表
  16. responses:
  17. '200':
  18. description: 成功返回帖子列表