Fix typo in the docstring for @web_api_request_fields decorator
Review Request #12425 — Created June 29, 2022 and submitted — Latest diff uploaded
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.