v1

latestOpenAPI 3.0.02026-07-261090122.9 KB
Projects

Update project by ID

Update a project

put/projects/{projectId}

Path parameters

projectIdstring required

Request body

object required

Example request

{
  "customer_id": 1,
  "name": "some string",
  "description": "some string",
  "status": 1,
  "status_id": 1,
  "status_workflow_id": 1,
  "location_id": 1,
  "location": "some string",
  "start_time": 1234567890,
  "end_time": 1234567890,
  "notes": "some string",
  "job_notes": "some string",
  "completion_percentage": "1"
}

Response

Successful response