flake8
passed.
JSHint
passed.
Review Request #12425 — Created June 29, 2022 and submitted
Information | |
---|---|
maubin | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
There was a typo in the docstring for the
web_api_request_fields
decorator
that incorrectly states that settingallow_unknown
to True and including
unknown fields would trigger anINVALID_FORM_DATA
error. This should actually
happen whenallow_unknown
is False. This change fixes the typo.
None since this is such a small fix.
Summary |
---|