September 24, 2024
September 2024
Environment Testing Interface
Created an editable playground environment system for testing API endpoints. Users can now switch between different API environments seamlessly within the documentation.
openapi.yml
Created an editable playground environment system for testing API endpoints. Users can now switch between different API environments seamlessly within the documentation.
1 servers: 2 - url: https://api.example.com 3 x-fern-server-name: Production 4 - url: https://sandbox.example.com 5 x-fern-server-name: Sandbox