- 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
Complete task
POST
https://api.weeek.net/public/v1/tm/tasks/{id}/complete
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
Responses
🟢200Successful response
application/json
Body
success
boolean
optional
Example
{
"success": true
}