Automatically Update

Pull your latest OpenAPI Specification into your Fern Folder automatically.

If you host your OpenAPI Specification at a publically avialable URL, you can have Fern programmatically fetch the latest spec on a preconfigured candence. By default, this will each Monday and open a new PR on the GitHub repo that contains your Fern Folder. This feature requires installation of the Fern GitHub App.

generators.yml
1api:
2 path: openapi/openapi.json
3 origin: https://example.com/openapi.json