POST/projects/{id}/risks.json

Create 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
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "1",
      "STATUS": "OK"
    }