diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2021-02-24 15:24:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-26 20:07:40 +0000 |
commit | 62f567aab40464bd3cbdf0f143cd454ceb92516f (patch) | |
tree | 4d5f4177eef15191f02abcab84e0c21a64002a38 /sonar-ws/src/main/protobuf/ws-measures.proto | |
parent | 8b2bba6fe647c1d4aac15f7b4bdb7f469c7c9a9d (diff) | |
download | sonarqube-62f567aab40464bd3cbdf0f143cd454ceb92516f.tar.gz sonarqube-62f567aab40464bd3cbdf0f143cd454ceb92516f.zip |
SONAR-13848 remove deprecations from api/measure/* WS
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-measures.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-measures.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto index 17d7c0c866c..ebe34f594a3 100644 --- a/sonar-ws/src/main/protobuf/ws-measures.proto +++ b/sonar-ws/src/main/protobuf/ws-measures.proto @@ -68,9 +68,8 @@ message SearchHistoryResponse { } message Component { - optional string id = 1; + reserved 1,3; optional string key = 2; - optional string refId = 3; optional string refKey = 4; optional string projectId = 5; optional string name = 6; |