Skip to content

Commit

Permalink
Merge pull request #4360 from tombohub/tombohub/patch1
Browse files Browse the repository at this point in the history
documentation update
  • Loading branch information
EskiMojo14 committed May 7, 2024
2 parents 171f9e0 + f6e74c6 commit d6245d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rtk-query/usage/code-generation.mdx
Expand Up @@ -119,6 +119,8 @@ export type EndpointMatcherFunction = (
#### Filtering endpoints
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
`filterEndpoints` will be checked against this camel case version of the endpoint.
```ts no-transpile title="openapi-config.ts"
const filteredConfig: ConfigFile = {
Expand Down

0 comments on commit d6245d0

Please sign in to comment.