Updates the current user's vulnerability alert subscription state for the specified project
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/projects/{projectId}/vulnerability-subscription
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/projects/{projectId}/vulnerability-subscription
curl -i -X PUT \
'https://codeinsightapi.redocly.app/_mock/swagger/projects/{projectId}/vulnerability-subscription' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"property1": "string",
"property2": "string"
}'