Skip to main content
POST
Create 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

projectId
string
required

projectId identifier

Body

application/json
name
string
required
Minimum string length: 1
description
string | null
status
enum<string>

Persisted during creation; closed milestones do not require a follow-up mutation.

Available options:
active,
closed
due_date
string<date> | null
dueDate
string<date> | null

CamelCase alias for due_date.

Response

Successful response

The response is of type object.