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

POST/consumer/v1/guilds/guildId/projects/projectId/milestones
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project

Request body

empty

Response

Status: 201 -

empty response

Updates a milestone

Updates a milestone in the specified project

PUT/consumer/v1/guilds/guildId/projects/projectId/milestones/milestoneId
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
milestoneIdThe ID of the milestone

Request body

empty

Response

Status: 200 - Milestone updated

FieldTypeDescription
namestringThe name of the milestone
due_datestringThe due date of the milestone

Deletes a milestone

Deletes a milestone in the specified project

DELETE/consumer/v1/guilds/guildId/projects/projectId/milestones/milestoneId
ParametersDescription
guildIdThe id of a discord guild
projectIdThe ID of the project
milestoneIdThe ID of the milestone

Request body

empty

Response

Status: 204 -

empty response

Create a new folder

Create a new folder in the specified project

POST/consumer/v1/guilds/guildId/files
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 201 -

empty response

Update a folder

Update the name or parent of a folder

PUT/consumer/v1/guilds/guildId/files/folder/folderId
ParametersDescription
guildIdThe id of a discord guild
folderIdThe ID of the folder

Request body

empty

Response

Status: 200 -

empty response

Delete a folder

Delete a folder and all its contents

DELETE/consumer/v1/guilds/guildId/files/folder/folderId
ParametersDescription
guildIdThe id of a discord guild
folderIdThe ID of the folder

Request body

empty

Response

Status: 204 -

empty response

Update a file

Update the name of a file

PUT/consumer/v1/guilds/guildId/files/fileId
ParametersDescription
guildIdThe id of a discord guild
fileIdundefined

Request body

empty

Response

Status: 200 -

empty response