Skip to content

Commit fbb3e16

Browse files
committed
chore: fix link
1 parent 620ba5a commit fbb3e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openapi-fetch/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const { data, error } = await client.POST("/tokens", {
210210
});
211211
```
212212

213-
## Path Serializer
213+
## pathSerializer
214214

215215
Similar to [querySerializer](#queryserializer) and [bodySerializer](#bodyserializer), `pathSerializer` allows you to customize how path parameters are serialized. This is useful when your API uses a non-standard path serialization format, or you want to change the default behavior.
216216

0 commit comments

Comments
 (0)