Skip to main content
PUT
Update Pipeline Indicator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required
indicator_id
string<uuid>
required

Body

application/json
name
string | null
sql_script
string | null
threshold_lower
threshold_higher

Response

Successful Response

name
string
required
sql_script
string
required
threshold_lower
string | null
required
threshold_higher
string | null
required
id
string<uuid>
required
pipeline_id
string<uuid>
required
created_at
string<date-time>
required
results
PipelineIndicatorResultRead · object[]