Milestones: create
Creates a new milestone.
Request
HTTP Request
POST https://cawemo.example.com/api/v1/milestones
Request Body
In the request body, supply a Milestones resource with the following properties:
| Property Name | Type | Description |
|---|---|---|
| fileId | string | Unique identifier of the file to create the milestone for. |
| name | string | Name of the milestone to create. |
Response
If successful, this method returns a Milestone resource in the response body.