Skip to main content
POST
/
api
/
activity
/
projects.update
Projects : update
curl --request POST \
  --url https://api.example.com/api/activity/projects.update \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "872815618512410358",
  "name": "<string>",
  "description": "<string>",
  "resource_id": "872815618512410358",
  "date_range": "2019-11-11/2019-12-12",
  "hourly_budget_mode": "none",
  "hourly_budget": "PT1H30M20S"
}
'

Body

application/json
id
string<snowflake>
required
Example:

"872815618512410358"

name
string
description
string | null
resource_id
string<snowflake> | null
Example:

"872815618512410358"

date_range
string<local-date-interval> | null
Example:

"2019-11-11/2019-12-12"

hourly_budget_mode
enum<string>
Available options:
none,
project,
task
Example:

"none"

hourly_budget
string<duration>
Example:

"PT1H30M20S"

Response

204

Project updated.