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