Trying to get my head around the Sonarcloud API but the documentation is HUGELY incorrect & missing so much!
Parameters for some endpoints are missing or marked as optional when they’re not and required params are completely missing. This is not what I would come to expect for a paid service!
Web API (sonarcloud.io)
Is this link the only documentation you have and if so when is this going to be updated ?
An example would be the api/duplications - params do not show any required in the documentation but if you try and call the api you get this response:
"errors": [
{
"msg": "Either 'uuid' or 'key' must be provided"
}
With no explanation of the terminology used. What is the UUID? What is a component?
Could you advise on where this is in your road map and when it’s likely to be fixed?