Skip to content

Commit

Permalink
fern: ignore v2 sync APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Aug 1, 2024
1 parent 63deccf commit 53a8036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def script_to_api(page_cls: typing.Type[BasePage]):
operation_id=page_cls.slug_versions[0],
tags=[page_cls.title],
name=page_cls.title + " (v2 sync)",
openapi_extra={"x-fern-ignore": True},
)
@app.post(
endpoint,
Expand Down

0 comments on commit 53a8036

Please sign in to comment.