Update Stage rpa.stage.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 functionality.
This method updates the stage by id.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the stage |
|
fields |
Object with fields of the stage |
Fields Parameters
|
Name |
Description |
|
name |
Name of the stage |
|
code |
Symbolic code |
|
color |
Color of the stage in HEX format with 6 characters |
|
sort |
Sorting identifier |
|
semantic |
Semantic code of the stage. It can be either There must always be one successful stage in the process. The semantics of the successful stage cannot be changed. |
Response Handling
HTTP Status: 200
Returns data in the response similar to the response from the rpa.stage.get request.
Continue Learning
- Stages: Overview of Methods
- Create a New Stage rpa.stage.add
- Get Information About Stage rpa.stage.get
- Get the List of Stages for the rpa.stage.listForType Process
- Delete Stage rpa.stage.delete