Setting Pull Request decoration setting using API

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.

Check the api/alm_settings domain of web services.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.