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

    Request Examples

    Example Request

    POST
    /projects/{id}/risks.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

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