Update the Attachment Flag of rpa.timeline.updateIsFixed

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: rpa

Who 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 attachment flag of a record.

Method Parameters

Name
type

Description

id
integer

Identifier of the record

isFixed
string

Attachment flag of the record. Possible values:

  • Y — the record will be attached
  • N — the record will not be attached

Response Handling

HTTP Status: 200

{
            "timeline": {
                "id": 322,
                ...
            }
        }
        

Continue Your Exploration