Update a project
Updates project name or description.
PATCH
/api/workspaces/{id}/projects/{projectId}Path parameters
idnumberrequiredPath parameter: id
projectIdnumberrequiredPath parameter: projectId
Body
namestringdescriptionstringRequest
curl
curl -X PATCH https://platform.trickest.com/api/workspaces/{id}/projects/{projectId} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Updated project
idstringrequirednamestringrequireddescriptionstringspace_idstringspace_infostringspace_namestringauthorstringworkflow_countnumbermetadataobjectcreated_datestringrequiredmodified_datestringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring