Fetch details of scm instances of a project.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/scmInstances
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/scmInstances
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/scmInstances?projectId=1&scmType=GIT&instanceId=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "propertyList": [ { … } ], "scmtype": "string" }