Skip to main content
POST
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
/
{targetId}
/
milestones
Link milestone to initiative target
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets/{targetId}/milestones \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "milestone": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

initiativeId
string
required

initiativeId identifier

targetId
string
required

targetId identifier

Body

application/json

The body is of type object.

Response

201 - application/json

Created

milestone
object