PUT/projects/updates/{updateId}.json
Modify a Project Update
Path Params
- Name
updateId
- Type
- string
- required
- Description
Request Examples
Example Request
PUT
/projects/updates/{updateId}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"updateId": "310",
"STATUS": "OK"
}