- 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
Add a task to a project
POST
https://api.weeek.net/public/v1/tm/tasks/{task_id}/locations
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
task_id
string
required
Body Params application/json
projectId
integer
required
boardColumnId
integer | null
optional
after
integer
optional
before
integer
optional
Example
{
"projectId": 0,
"boardColumnId": 0,
"after": 0,
"before": 0
}
Responses
🟢204No Content
application/json
Body
object {0}
Example
{}