http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/api/milestones.md
Introduced in GitLab 15.10
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/milestones"
Example Response:
[
{
"id" : 12 ,
"iid" : 3 ,
"project_id" : 16 ,
"title" : "10.0" ,
"description" : "Version" ,
"due_date" : "2013-11-29" ,
"start_date" : "2013-11-10" ,
"state" : "active" ,
"updated_at" : "2013-10-02T09:24:18Z" ,
"created_at" : "2013-10-02T09:24:18Z" ,
"expired" : false
}
]
Get...