Skip to content

Commit 2fa04ca

Browse files
vhelkecarltongibson
authored andcommitted
small fix to API documentation: schemas (#5796)
adding missing parameters to get_manual_fields()
1 parent df77f7b commit 2fa04ca

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)