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