diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-11-13 11:16:04 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-11-17 13:41:04 +0100 |
commit | ad4cf4fb0a36a1b12e9f2719e9fee8a7960a5ee4 (patch) | |
tree | b8ea5579d9f39d8cb81ae3206085fca4c07f7da6 /sonar-ws/src/main/protobuf/ws-permissions.proto | |
parent | 5c82c160f7d5849bde026cb1a7ed2cef29389680 (diff) | |
download | sonarqube-ad4cf4fb0a36a1b12e9f2719e9fee8a7960a5ee4.tar.gz sonarqube-ad4cf4fb0a36a1b12e9f2719e9fee8a7960a5ee4.zip |
SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequest
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-permissions.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-permissions.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-permissions.proto b/sonar-ws/src/main/protobuf/ws-permissions.proto index 6f0c6243f0c..432eda6cb01 100644 --- a/sonar-ws/src/main/protobuf/ws-permissions.proto +++ b/sonar-ws/src/main/protobuf/ws-permissions.proto @@ -62,7 +62,7 @@ message CreateTemplateWsResponse { optional PermissionTemplate permissionTemplate = 1; } -message WsUpdatePermissionTemplateResponse { +message UpdateTemplateWsResponse { optional PermissionTemplate permissionTemplate = 1; } |