Skip to main content
POST
/
api
/
activity
/
tasks.update
Tasks : update
curl --request POST \
  --url https://api.example.com/api/activity/tasks.update \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "872815618512410358",
  "name": "<string>",
  "color": "<string>",
  "billable": true,
  "remark_required": true,
  "tag_ids": [
    "872815618512410358"
  ],
  "resource_ids": [
    "872815618512410358"
  ],
  "hourly_budget": "PT1H30M20S"
}
'

Body

application/json
id
string<snowflake>
required
Example:

"872815618512410358"

name
string
color
string
billable
boolean
remark_required
boolean
tag_ids
string<snowflake>[]
resource_ids
string<snowflake>[]
hourly_budget
string<duration>
Example:

"PT1H30M20S"

Response

204

Task updated.