- 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
Change board
POST
https://api.weeek.net/public/v1/tm/tasks/{id}/board
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
Example:
1
Body Params application/json
boardId
integer
required
Example
{
"boardId": 1
}
Responses
🟢200Successful response
application/json
Body
sucess
boolean
optional
Example
{
"sucess": true
}