Update Stage rpa.stage.update

Scope: rpa

Who can execute the method: any user

This method updates the stage by id.

Method Parameters

Name
type

Description

id
number

Identifier of the stage

fields
array

Object with fields of the stage

Fields Parameters

Name
type

Description

name

Name of the stage

code

Symbolic code

color

Color of the stage in HE 6 characters

sort

Sorting identifier

semantic

Semantic code of the stage. It can be either SUCCESS or FAIL

There must always be one successful stage in the process. The semantic 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 Exploring