/
/Bitrix24 REST V3 API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 34m ago · Updated 2mo ago
humanresources36
mail34
main5
note25
rest45
tasks19
  • post/tasks.task.field.list
  • post/tasks.task.field.get
  • post/tasks.task.chat.message.field.list
  • post/tasks.task.chat.message.field.get
  • post/tasks.task.result.field.list
  • post/tasks.task.result.field.get
  • post/tasks.task.update
  • post/tasks.task.delete
  • post/tasks.task.add
  • post/tasks.task.get
  • post/tasks.task.list
  • post/tasks.task.access.get
  • post/tasks.task.file.attach
  • post/tasks.task.chat.message.send
  • post/tasks.task.result.add
  • post/tasks.task.result.addfromchatmessage
  • post/tasks.task.result.update
  • post/tasks.task.result.delete
  • post/tasks.task.result.list
timeman3
vibecodeconnector12
  • postBatch request
tasks

post/tasks.task.update

Request body

idinteger

Example request

{
  "id": 1,
  "filter": [
    [
      "id",
      ">=",
      1
    ],
    [
      "id",
      1
    ],
    [
      "id",
      "in",
      [
        1,
        2,
        3
      ]
    ]
  ]
}

Response

Success response

Changes