Update the process rpa.type.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 process by its id.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the process |
|
fields |
List of process fields. Fully analogous to the set from the rpa.type.add method |
Response Handling
HTTP status: 200
Returns a response similar to the rpa.type.get method.
Continue Your Exploration
- Processes: Overview of Methods
- Create Process rpa.type.add
- Get Process Information by ID rpa.type.get
- Retrieve a List of Processes with Their Fields rpa.type.list
- Delete Process rpa.type.delete
Copied
Previous