Updates an instance of TFS SCM.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/scmInstances/TFS
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/scmInstances/TFS
curl -i -X PUT \
'https://codeinsightapi.redocly.app/_mock/swagger/scmInstances/TFS?projectId=1&instanceId=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"url": "string",
"username": "abc",
"password": "abc",
"changeSet": "string",
"label": "string"
}'