Updates an existing rule. Requires Library Manager permission.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/rules/licenseEvidences/{id}
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/rules/licenseEvidences/{id}
curl -i -X PUT \
'https://codeinsightapi.redocly.app/_mock/swagger/rules/licenseEvidences/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"licenseFragment": "MIT License",
"licenseId": 42
}'