服务器名称
服务器名称
为服务器指定自定义名称:
openrpc.yml
1 servers: 2 - name: production 3 url: https://api.yourcompany.com/rpc 4 x-fern-server-name: Production 5 description: Production JSON-RPC server 6 - name: staging 7 url: https://staging-api.yourcompany.com/rpc 8 x-fern-server-name: Staging 9 description: Staging environment