Records
Create Record
Create a new Record in a Run.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Run.
Example:
"135"
Body
application/json
Response
201
application/json
Record created successfully
A record of a system execution in the Scorecard system.
Previous
Upsert ScoreCreate or update a Score for a given Record and MetricConfig. If a Score with the specified Record ID and MetricConfig ID already exists, it will be updated. Otherwise, a new Score will be created. The score provided should conform to the schema defined by the MetricConfig; otherwise, validation errors will be reported.
Next