POST/projects/{id}/milestones.json

Create a Single Milestone

This API call will create a single milestone.

NOTE: For creating a milestone, only the parameters that are required are title, deadline and responsible party. For updating, only the parameter you are updating is required in the body.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      milestone
      Type
      object
    • Name
      move-upcoming-milestones
      Type
      boolean
    • Name
      move-upcoming-milestones-off-weekends
      Type
      boolean

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "milestoneid": 1234,
      "STATUS": "OK"
    }