Link milestone
Accepts a milestone UUID or exact milestone name in milestone_id. Resolution is restricted to the initiative’s organization and authoritative project scope. Requires edit/admin access to every project linked to the initiative and to the milestone project, which must already be linked. Projectless milestones are unsupported. Successful writes persist the canonical milestone UUID. Invalid identifiers return 400, concealed or out-of-scope references return 404, ambiguous references return 409, and resolver failures return 500.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Milestone UUID or exact milestone name. The resolved milestone must be project-bound and in the initiative's authoritative scope.
1"00000000-0000-0000-0000-000000000002"
"Public beta"
Response
Successful response
The response is of type object.

