September 24, 2024

2024年9月

环境测试界面

创建了可编辑的playground环境系统,用于测试API端点。用户现在可以在文档内无缝切换不同的API环境。

openapi.yml
1servers:
2 - url: https://api.example.com
3 x-fern-server-name: Production
4 - url: https://sandbox.example.com
5 x-fern-server-name: Sandbox
Read the docs