Update Data Source Ref Names

POST

Updates the data source ref names for all checks within a checklist. Throws if the checklist doesn’t exist.

Path parameters

checklistRidstringRequired

Query parameters

branchstringOptional

Request

This endpoint expects a map from strings to strings.

Response

This endpoint returns an object.
ridstring
metadataobject
commitobject
functionslist of objects

A list of functions that are available to be used by checks in this checklist.

checkslist of objects
checklistVariableslist of objects

Variables that can be used in checks and functions. Variables are resolved in order of declaration. If variable a depends on variable b, then b must be defined before a in the list.

Built with