Disable multiple rules by their IDs. Disabled rules will not be applied during project scanning. Only users with Library Manager role can disable rules.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/rules/disable
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/rules/disable
curl -i -X PUT \
https://codeinsightapi.redocly.app/_mock/swagger/rules/disable \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
0
]'