Updates project contact for the given projectId.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/projects/{projectId}/contact
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/projects/{projectId}/contact
curl -i -X PUT \
https://codeinsightapi.redocly.app/_mock/swagger/projects/1/contact \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"contact": "admin"
}'