I am working on SonarQube Developer Edition Version 8.9 (build 43852)
I am trying to create a new project with web API requests and set the Pull request decoration settings for that project at the same time of creation.
I assume that I can’t set the settings using POST API/projects/create, so I think I can create the project first then use POST api/settings/set to set the Pull Request decoration settings. However, I can’t find a setting key to Pull Request decoration Configuration name and Repository Identifier.
Any insight will be highly appreciated.