Milestone›
Milestone
Create a new milestone
Endpoint to create a new milestone for a project.
POST
/api/v1/milestone
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/jsonproject_idstringrequired
Unique identifier for the project.
titlestringrequired
Title of the milestone.
descriptionstring
Detailed description of the milestone.
test_run_idarray
List of associated test run IDs.
tagsarray
Tags associated with the milestone.
start_atstring<date-time>required
Start date and time of the milestone in the format YYYY-MM-DD HH:mm:ss.
end_atstring<date-time>required
End date and time of the milestone in the format YYYY-MM-DD HH:mm:ss.
owned_byintegerrequired
User ID of the milestone owner.
milestone_idstring
Unique identifier for the milestone.
Response
application/jsonSuccessful creation of the milestone.
messagestring
typestring
idstring