Create a new instance of Subversion SCM.
url* - URL in the format: <protocol>://<host>/<svnroot>/<repository>
userName/password - userName/password or leave blank for anonymous connection
revisionNumber - revision for which you want to create workspace and run scan on the same.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/scmInstances/Subversion
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/scmInstances/Subversion
curl -i -X POST \
'https://codeinsightapi.redocly.app/_mock/swagger/scmInstances/Subversion?projectId=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"url": "string",
"userName": "abc",
"password": "abc",
"revisionNumber": "string"
}'