Boards
Update board item
Update cells, soft-delete (`deleted:true`) or restore (`deleted:false`) an item.
note is recorded in aiMeta.history. Requires boards:write.
Request
curl -X PATCH "https://api.blueticks.co/v1/boards//items/" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"item_id": "string",
"text": "string",
"status": {
"label": "string",
"bgcolor": "string"
},
"priority": {
"label": "string",
"bgcolor": "string"
},
"due_date": "string",
"cells": {
"property1": "string",
"property2": "string"
},
"source": {
"chat_id": "string",
"chat_name": "string",
"message_key": "string",
"excerpt": "string",
"extracted_at": 0
},
"confidence": 0,
"last_seen_at": 0,
"web_url": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
boardId*string
itemId*string
Request Body
application/json
Response
Response Body
application/json
application/json