ChangelogSeptember 24, 2024api-referenceSeptember 2024Environment 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.yml1servers:2 - url: https://api.example.com3 x-fern-server-name: Production4 - url: https://sandbox.example.com5 x-fern-server-name: Sandbox Read the docs
September 24, 2024api-referenceSeptember 2024Environment 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.yml1servers:2 - url: https://api.example.com3 x-fern-server-name: Production4 - url: https://sandbox.example.com5 x-fern-server-name: Sandbox Read the docs