curl --request GET \
--url https://dev.startree.ai/cluster/configs/groovy/staticAnalyzerConfig/default \
--header 'Authorization: <api-key>'
Get the default configuration for Groovy static analysis
curl --request GET \
--url https://dev.startree.ai/cluster/configs/groovy/staticAnalyzerConfig/default \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Was this page helpful?