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

Body Params

    • Name
      risk
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }