Description
Add a milestone to an organization.
The current user must have administrator rights.
URL
https://api.skriv.com/v1/organization/addMilestone/orgId
| Field | Type | Description |
|---|---|---|
| orgId | int | Organization ID |
GET parameters
| Field | Type | Description |
|---|---|---|
| name | string | Milestone name |
| dateStart | date | Optional. Date of the milestone's beginning (when used as a cycle/sprint). |
| dateDeadline | date | Date of the milestone's deadline. |
Response
| Field | Type | Description |
|---|---|---|
| id | int | Milestone ID |