cURL
curl --request PUT \ --url https://api.projectcor.com/v1/projects/{project_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'name=<string>' \ --data client_id=123
{ "id": 123, "name": "<string>", "client_id": 123, "template_id": 123, "status": "<string>", "health": 123 }
Update a project entity.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project Name
Client ID
Project updated successfully