[API] response example of actions for api/project_analyses is not valid

I use latest docker image of sonarqube.
The response example is like as following:

{
  "event": {
    "analysis": "A2",
    "key": "E1",
    "category": "OTHER",
    "name": "My Custom Event",
  }
,

there is a comma after name. The other actions of api/project_analyses also have such mistake

Well-spotted, thanks! I created a ticket to fix it: https://jira.sonarsource.com/browse/SONAR-11457

If you are aware of other endpoints out of api/project_analyses with similar mistakes, please let us know in this thread. (If not then nevermind :wink: )

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.