PUT/risks/{id}.json
Updating a Risk on a Project
This command will update a risk on a project.
NOTE:
- At least one of 'impactSchedule','impactPerformance' or 'impactCost' must be true or else you will get an error.
Path Params
- Name
id
- Type
- integer
- required
- Description
Request Examples
Example Request
PUT
/risks/{id}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}