Create Roadmap MilestoneAsk AIpost https://{defaultHost}/api/v2/roadmaps/{roadmap_id}/milestonesCreates a new Milestone to the specified Roadmap.Path Paramsroadmap_idintegerrequiredBody ParamstitlestringrequiredName of the miletone.descriptionstring | nullIn-depth explanation of what the milestone represents.datedate | nullrequiredDate for which the milestone is to be completed.expandedbooleanWhether or not this milestone is expanded.truefalselanestring | nullThe lane where the milestone is located.Responses 201milestone successfully created 401authentication failed 403forbidden 404roadmap not foundUpdated over 1 year ago