Update the process rpa.type.update
Scope:
rpaWho can execute the method: any user
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 method rpa.type.add |
Response Handling
HTTP status: 200
Returns a response similar to the method rpa.type.get.
Continue Exploring
- Processes: Overview of Methods
- Create process rpa.type.add
- Get Process Information by ID rpa.type.get
- Get a List of Processes with Their Fields rpa.type.list
- Delete process rpa.type.delete
Copied
Previous