API ReferenceProjectsUpdate_project_status
Update Project Status
Updates the status of a specific project. **Valid values:** `active`, `inactive`
Updates the status of a specific project. **Valid values:** `active`, `inactive`
In: header
In: header
uuid"active" | "inactive"application/json
application/json
application/json
curl -X PUT "https://v.cloudapi.vconnct.me/api/v4/projects/update_project_status?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "status": "active" }'{
"message": "string",
"status": "string"
}{
"message": "string",
"status": "string"
}{
"error": "string"
}curl -X PUT "https://v.cloudapi.vconnct.me/api/v4/projects/update_project_status?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08" \
-H "Content-Type: application/json" \
-d '{
"status": "active"
}'