ShiningRush commented on issue #1505: URL: https://github.com/apache/incubator-apisix/issues/1505#issuecomment-619557262
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"' ``` ---------------------------------------------------------------- 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]
