API Guide Items- Milestones - Update a Milestone

Milestones - Update a Milestone

PUT yourdomain.com/api/milestones/:id

Header

json
Field Type Description
Authorization String

Basic Access Authentication token.

Parameter

json
Field Type Description
project_id String

Mandatory project id.

name String

Mandatory Milestone Name.

due_date Date

Mandatory Milestone Due date.

description (optional) String

Optional Milestone Description.

description_visible_to_customer (optional) String

Show description to customer.

milestone_order (optional) String

Optional Milestone Order.

Success 200

json
Field Type Description
status String

Request status.

message String

Milestone Update Successful.

Error 4xx

json
Name Type Description
status String

Request status.

message String

Milestone Update Fail.

HTTP/1.1 200 OK
{
  "status": true,
  "message": "Milestone Update Successful."
}
HTTP/1.1 404 Not Found
{
  "status": false,
  "message": "Milestone Update Fail."
}

Did you find this article useful?