We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571463d commit f6e74c6Copy full SHA for f6e74c6
docs/rtk-query/usage/code-generation.mdx
@@ -120,7 +120,7 @@ export type EndpointMatcherFunction = (
120
121
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
122
Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
123
-Camel case version is what you use in `filterEndpoints`.
+`filterEndpoints` will be checked against this camel case version of the endpoint.
124
125
```ts no-transpile title="openapi-config.ts"
126
const filteredConfig: ConfigFile = {
0 commit comments