Skip to main content
POST
Store evaluation warnings for a job part

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

Store evaluation warnings request

jobPartUid
string
required

UID of the job part to store warnings for

segments
object[]
required

Segment-level evaluation results. 1–500 entries.

Required array length: 1 - 500 elements
evaluationId
string

Evaluation run identifier; omit or send null when the caller has no run identifier.

qualityProfileUid
string

Quality profile UID; omit or send null when no profile applies.

Response

No Content