v1
latestSwagger 2.02026-07-13107214235.7 KBProject
Patch a specific Project
Patch a specific Project
patch/v1/workgroups/{workgroup_id}/projects/{project_id}
Path parameters
workgroup_idstring required
project_idstring required
Request body
Example request
{
"comments": "sample comments",
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"project_description": "sample project_description",
"project_name": "sample project_name",
"project_number": "sample project_number"
}Response
Successful patch
Example response
{
"status_reason": "sample status_reason"
}