diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index e7355755459..08e1c4570dd 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -157,10 +157,12 @@ message ListWsResponse { } message Actions { - optional bool edit = 1; + optional bool rename = 1; optional bool setAsDefault = 2; optional bool copy = 3; optional bool associateProjects = 4; + optional bool delete = 5; + optional bool manageConditions = 6; } |