How to post the latest version of sonarqube with using API

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

How do I update the latest version sonarqube with using api

Hi @dineshsekar :wave:

can you elaborate a little more? if you want to check for updates on your instance and are connected to the marketplace, you can use the API endpoint api/system/upgrades. If you are looking for an external source, you might want to check the announcement section of this forum or you can watch the sonarqube github repository for new releases.

If you want to perform a upgrade procedure completely via the API this is not possible. you will need to do a upgrade as defined in our upgrade guide