put https://classic-api.contractorscloud.com/api/v1/projects/
Update a project by its id.
Responses
Update a project by its id.
xxxxxxxxxx
curl --request PUT \
--url https://classic-api.contractorscloud.com/api/v1/projects/project_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"needs_appointment": false
}
'
Try It!
to start a request and see the response here!