Skip to navigation

Server names

View as Markdown

Specify custom names for servers:

openrpc.yml
servers:
- name: production
url: https://api.yourcompany.com/rpc
x-fern-server-name: Production
description: Production JSON-RPC server
- name: staging
url: https://staging-api.yourcompany.com/rpc
x-fern-server-name: Staging
description: Staging environment