Skip to content

Commit 9dccc53

Browse files
vhelkePierre Chiquet
authored andcommitted
small fix to API documentation: schemas (encode#5796)
adding missing parameters to get_manual_fields()
1 parent e10f1fc commit 9dccc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def get_manual_fields(self, path, method):
631631
if method=='POST':
632632
extra_fields = # ... list of extra fields for POST ...
633633

634-
manual_fields = super().get_manual_fields()
634+
manual_fields = super().get_manual_fields(path, method)
635635
return manual_fields + extra_fields
636636
```
637637

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy