Skip to content

Commit 65b1992

Browse files
Apply suggestions from code review
Co-authored-by: Isabella Enriquez <[email protected]>
1 parent 3ab6642 commit 65b1992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/backend/api/public.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,11 @@ NOTE: The `openapi-diff` test is supposed to fail when CI runs on your pull requ
483483

484484
---
485485

486-
**Problem**: `drf_spectacular.plumbing.UnableToProceedError' <class 'serializer_parth.FooSerializer'> ... raise UnableToProceedError(hint)`
486+
**Problem**: `drf_spectacular.plumbing.UnableToProceedError' <class 'serializer_path.FooSerializer'> ... raise UnableToProceedError(hint)`
487487

488488
**Solution**: Check that the response of your API documentation is using a TypedDict rather than a serializer.
489489

490-
If the scheme looks something like this:
490+
If the schema looks something like this:
491491
```python
492492
...
493493
200: inline_sentry_response_serializer(

0 commit comments

Comments
 (0)