version 6.7 LTS
is there any web api for setting leak period for a project using an api call
Thanks
version 6.7 LTS
is there any web api for setting leak period for a project using an api call
Thanks
The leak period for a project is a setting (sonar.leak.period in this case) which can be set using POST api/settings/set (documentation for the Web API linked in the footer of your instance)
the above is changing leak period globally.
is there any other api for changing just in project level but not in global level
thank you very much!!!