From 99cd64a81ef9e9e156bb0d69b2aa662d59bf71a1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 4 Jul 2016 09:41:40 +0200 Subject: [PATCH] Fix format of "analysisId" in api/ce/activity response example --- .../main/resources/org/sonar/server/ce/ws/activity-example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json b/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json index 29944376c28..54ec7145444 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json +++ b/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json @@ -7,7 +7,7 @@ "componentKey": "project_1", "componentName": "Project One", "componentQualifier": "TRK", - "analysisId": "123456", + "analysisId": "AU-TpxcB-iU5Ovu12345", "status": "SUCCESS", "submittedAt": "2015-08-13T23:34:59+0200", "submitterLogin": "john", -- 2.39.5