npawar opened a new pull request #5902: URL: https://github.com/apache/incubator-pinot/pull/5902
## Description New API for updating instance tags. ``` curl -i -X PUT "localhost:9000/instances/Server_10.20.30.40_8000/updateTags?tags=server_OFFLINE,server_REALTIME" HTTP/1.1 200 OK Pinot-Controller-Host: 10.20.30.40 Pinot-Controller-Version: Unknown Access-Control-Allow-Origin: * Content-Type: application/json Content-Length: 42 {"status":"Instance successfully updated"} ``` ## Release Notes New API for updating instance tags directly ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org