hf400159 commented on code in PR #6943: URL: https://github.com/apache/apisix/pull/6943#discussion_r859335035
########## docs/en/latest/plugins/request-validation.md: ########## @@ -55,9 +55,9 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13 "properties": { "required_payload": {"type": "string"}, "boolean_payload": {"type": "boolean"} - }, - "rejected_msg": "customize reject message" - } + } + }, + "rejected_msg": "customize reject message" Review Comment: Do you get an error when you create a route with the command before the modification? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
