nanamikon opened a new issue #3351:
URL: https://github.com/apache/apisix/issues/3351


   ### Issue description
   Fail to update snis using PATCH
   
   ### Environment
   
   * apisix version: 2.2
   * OS: ubuntu
   * OpenResty / Nginx version:1.19
   
   ### Minimal test code / Steps to reproduce the issue
   
   1.intsert ssl with snis 
   2.patch snis
   
   ### What's the actual result? (including assertion message & call stack if 
applicable)
   ```
   HTTP/1.1 400 Bad Request
   Server: openresty
   Date: Wed, 20 Jan 2021 01:20:37 GMT
   Content-Type: application/json
   Transfer-Encoding: chunked
   Connection: keep-alive
   Access-Control-Allow-Origin: *
   Access-Control-Allow-Credentials: true
   Access-Control-Expose-Headers: *
   Access-Control-Max-Age: 3600
   
   {"error_msg":"invalid configuration: additional properties forbidden, found 
1"}
   ```
   
   ### What's the expected result?
   200
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to