moonming commented on issue #1505: URL: https://github.com/apache/incubator-apisix/issues/1505#issuecomment-620465984
> > According [admin api doc](https://github.com/apache/incubator-apisix/blob/master/doc/admin-api.md#service), You should specify property in your path. > > You can have a try for > > ```shell > > curl --location --request PATCH 'http://127.0.01:9080/apisix/admin/services/5/desc' \ > > --data-raw '"pathTest"' > > > > curl --location --request PATCH 'http://127.0.01:9080/apisix/admin/services/5/upstream_id' \ > > --data-raw '"1"' > > ``` > > 指定具体属性是可以使用的,但是这样会有个缺陷就是通过java项目配置的时候就需要传递一堆不同的参数来达到修改部分配置的需求。期望是通过java调用的时候能够传递进去一个实体类对象,然后将实体类中有赋值的配置改变,没赋值的配置保持不变 not support this feature yet, and welcome PR. ---------------------------------------------------------------- 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: [email protected]
