Update Project by ID

Updates a project by id.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/projects/project_id
Production https://api.fieldnation.com/api/rest/v2/projects/project_id

Path Parameters

Parameter Type Example Notes
project_id integer 239 Project ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

Refer to Projects for a complete list of parameters.

Examples

Update Status


{
    "status": "completed"
}     

Response

Returns the Project Object. Refer to Projects for parameter details and examples.

Errors

Standard HTTP and OAuth error codes.