Skip to main content
POST
/
api
/
activity
/
projects.create
Projects : create
curl --request POST \
  --url https://api.example.com/api/activity/projects.create \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "id": "872815618512410358"
}
'
{
  "id": "872815618512410358"
}

Body

application/json
name
string
required
Required string length: 1 - 255
id
string<snowflake>
Example:

"872815618512410358"

Response

201 - application/json

Project created.

id
string<snowflake>
Example:

"872815618512410358"