Create Or Update Run

POST

Updates a run if it exists, otherwise it’s created from scratch.

Request

This endpoint expects an object.
createRunRequestobjectRequired
runRidstringOptional

If a run with the same rid already exists, it will be updated. Otherwise, a new run will be created.

Response

This endpoint returns an object.
ridstring
runNumberlong
titlestring
descriptionstring
startTimeobject
propertiesmap from strings to strings
labelsset of strings
createdAtdatetime
updatedAtdatetime
dataSourcesmap from strings to objects
attachmentsset of strings
assetslist of strings
runPrefixstringOptional
authorRidstringOptional
endTimeobjectOptional
assetstringOptional
Built with