diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-08-27 14:37:15 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-08-27 16:52:33 +0200 |
commit | 4d08ae84be368871885db709b830399d5f5c4715 (patch) | |
tree | 4311194e0a34af6c297f1558d05deb7aa27a16d0 /sonar-ws/src/main/protobuf/ws-permissions.proto | |
parent | a6fc7f98841dd0bbf85b25e25ef641b2630fe265 (diff) | |
download | sonarqube-4d08ae84be368871885db709b830399d5f5c4715.tar.gz sonarqube-4d08ae84be368871885db709b830399d5f5c4715.zip |
SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern by projectKeyPattern
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-permissions.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-permissions.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-permissions.proto b/sonar-ws/src/main/protobuf/ws-permissions.proto index fbbb32f752d..aa7cfae1c59 100644 --- a/sonar-ws/src/main/protobuf/ws-permissions.proto +++ b/sonar-ws/src/main/protobuf/ws-permissions.proto @@ -83,10 +83,10 @@ message SearchProjectPermissionsResponse { } message PermissionTemplate { - optional string key = 1; + optional string id = 1; optional string name = 2; optional string description = 3; - optional string projectPattern = 4; + optional string projectKeyPattern = 4; // ex: 2015-08-25T16:18:48+0200 optional string createdAt = 5; // ex: 2015-08-25T16:18:48+0200 |