We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab6642 commit 65b1992Copy full SHA for 65b1992
develop-docs/backend/api/public.mdx
@@ -483,11 +483,11 @@ NOTE: The `openapi-diff` test is supposed to fail when CI runs on your pull requ
483
484
---
485
486
-**Problem**: `drf_spectacular.plumbing.UnableToProceedError' <class 'serializer_parth.FooSerializer'> ... raise UnableToProceedError(hint)`
+**Problem**: `drf_spectacular.plumbing.UnableToProceedError' <class 'serializer_path.FooSerializer'> ... raise UnableToProceedError(hint)`
487
488
**Solution**: Check that the response of your API documentation is using a TypedDict rather than a serializer.
489
490
-If the scheme looks something like this:
+If the schema looks something like this:
491
```python
492
...
493
200: inline_sentry_response_serializer(
0 commit comments