- Get started
- Changelog
- Workspace
- Task Manager
- Portfolio
- Project
- Board
- BoardColumn
- Task
- Locations
- Attachments
- Time Entries
- Watchers
- Get tasksGET
- Create taskPOST
- Get one task infoGET
- Update a taskPUT
- Delete taskDELETE
- Complete taskPOST
- Un complete taskPOST
- Change boardPOST
- Change board columnPOST
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Update a task
PUT
https://api.weeek.net/public/v1/tm/tasks/{id}
Task
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Body Params application/json
title
string | null
optional
<= 255 characters
priority
enum<integer> | enum<null>
optional
Allowed values:
0123
type
enum<string> | enum<null>
optional
Allowed values:
actionmeetcall
startDate
string <date> | null
optional
Cannot be provided with startDateTime or dueDateTime
dueDate
string <date> | null
optional
startDateTime
string <date-time> | null
optional
dueDateTime
string