diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2021-10-20 18:41:34 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-22 20:03:28 +0000 |
commit | 2b665b2a21166eba85647d42f841eb0adb589b51 (patch) | |
tree | 2dee588e9b734ac6dbb4bb6482d971ee46178b00 /sonar-ws/src/main | |
parent | de160ea89db1173a8aad783f3405cfa8eb040629 (diff) | |
download | sonarqube-2b665b2a21166eba85647d42f841eb0adb589b51.tar.gz sonarqube-2b665b2a21166eba85647d42f841eb0adb589b51.zip |
SONAR-15440 Add permission delegate in ListAction
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index e9aa2946124..e59873e098f 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -180,6 +180,7 @@ message Actions { optional bool associateProjects = 4; optional bool delete = 5; optional bool manageConditions = 6; + optional bool delegate = 7; } // WS api/qualitygates/search_users |