Update the Attachment Flag of rpa.timeline.updateIsFixed

Choose a tool for developing with an AI agent:

  • use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
  • use the MCP server to develop a REST API integration in your own project. The agent refers to 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