POST
/
ext
/
update_process_run

Body

api_key
string
required

This is the API key for your account. You can obtain this from the “Secrets” tab of your “Settings” page.

subproject_id
string
required

This is the id of the subproject the process run resides in. You can obtain this from the URL of the subproject page.

process_id
string
required

This is the id of the process that is associated with this run. You can obtain this from the table on the first tab of the process modal.

process_run_name
string
required

This is the name of the process run to be updated.

description
string

This is the upated description of the process run

run_date
string

This is the updated date the process run was run (MM/DD/YYYY)

steps
[Steps]

An array of the different steps to be updated for this process run.

Response

status
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Message saying “Process run updated successfuly” if successful, an error message if not.