Skip to content

Commit

Permalink
fix(docs): hidden endpoint syntax (#5754)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Jan 25, 2025
1 parent 962b9cf commit e426358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/fern-docs/content/customize-api-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can hide an endpoint from the API reference by setting `hidden` to `true`. T
- endpoint: POST /user
title: Create a User
slug: user-creation
- DELETE /user/{username}
- endpoint: DELETE /user/{username}
hidden: true
```
</Tab>
Expand All @@ -171,7 +171,7 @@ You can hide an endpoint from the API reference by setting `hidden` to `true`. T
- endpoint: user.create
title: Create a User
slug: user-creation
- user.delete
- endpoint: user.delete
hidden: true
```
</Tab>
Expand Down

0 comments on commit e426358

Please sign in to comment.