Milestones
Bnder API documentation for Milestones. Read the API Overview to get started and learn more.
Creates a new milestone
Creates a new milestone in the specified project
Request Field | Type | Description |
---|---|---|
name | string | The name of the milestone |
due_date | string | The due date of the milestone |
Responses 201 Response (): Empty response.
Updates a milestone
Updates a milestone in the specified project
Request Field | Type | Description |
---|---|---|
name | string | The name of the milestone |
due_date | string | The due date of the milestone |
Responses 200 Response (Milestone updated):
Response Field | Type | Description |
---|---|---|
name | string | The name of the milestone |
due_date | string | The due date of the milestone |
Deletes a milestone
Deletes a milestone in the specified project
Create a new folder
Create a new folder in the specified project
Request Field | Type | Description |
---|---|---|
name | string | The name of the folder |
parent | string | The ID of the parent folder, or root if first level |
Responses 201 Response (): Empty response.
Update a folder
Update the name or parent of a folder
Request Field | Type | Description |
---|---|---|
name | string | The name of the folder |
parent | string | The ID of the parent folder, or root if first level |
shared_with | array | A list of user IDs to share the folder with |
Responses 200 Response (): Empty response.
Delete a folder
Delete a folder and all its contents
Update a file
Update the name of a file
Request Field | Type | Description |
---|---|---|
name | string | The name of the file |
shared_with | array | The IDs of users the file is shared with |
folder_id | string | The ID of the parent folder, or root if first level |
Responses 200 Response (): Empty response.