Skip to main content
PUT
Update Run

Authorizations

Authorization
string
header
required

Include an OAuth 2.0 bearer token in the Authorization header. See Authentication.

Path Parameters

flowRunId
string
required

The Sohar ID for the Run

Example:

"fb701ac1-1246-4860-b1ec-bd916b97a990"

Body

application/json
input
object
required

Input payload to patch into callback state context.

Response

Updated Run status

flowRunId
string
required

The Sohar ID for the Run.

Example:

"fb701ac1-1246-4860-b1ec-bd916b97a990"

status
enum<string>
required

Current status of the Run.

Available options:
CREATED,
IN_PROGRESS,
PENDING,
COMPLETE,
ERROR