Skip to content

Update Project Contact

Request

Updates project contact for the given projectId.

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
Bodyapplication/jsonrequired

Updates a project contact

contactstringrequired

contact

Example:"admin"
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"
  }'

Responses

OK