Update Timeline Entry rpa.timeline.update
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Scope:
rpaWho can execute the method: any user
DEPRECATED
The development of this method has been halted. Please use Smart scripts as an alternative to this functionality.
This method updates the timeline entry with the identifier id.
The method only updates the title and description fields, and only for entries created by the same user and through the application.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the entry |
|
fields |
Object containing the fields of the entry |
Parameter fields
|
Name |
Description |
|
title |
Title of the entry |
|
description |
Description of the entry. HTML tags can be used |
Continue Exploring
- Timeline Records: Overview of Methods
- Add a New Timeline Entry rpa.timeline.add
- Update the Attachment Flag of rpa.timeline.updateIsFixed
- Get the Timeline Records List for the `rpa.timeline.listForItem` Element
- Delete Timeline Record rpa.timeline.delete