Update Run

Updates an existing run based on its RID.

Throws if start is equal to or after end.

Path parameters

ridstringRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
assetslist of stringsRequired
titlestringOptional
descriptionstringOptional
startTimeobjectOptional
endTimeobjectOptional
propertiesmap from strings to stringsOptional
labelsset of stringsOptional
runPrefixstringOptional

Pass in an empty string to remove the run prefix.

dataSourcesmap from strings to objectsOptional
attachmentsset of stringsOptional
assetstringOptional

Response

This endpoint returns an object.
ridstring
runNumberlong
titlestring
descriptionstring
startTimeobject
propertiesmap from strings to strings
labelsset of strings
createdAtdatetime
updatedAtdatetime
assetDataScopeslist of objects

returns the data scopes for the assets associated with the run.

dataSourcesmap from strings to objects
attachmentsset of strings
assetslist of strings
isArchivedboolean
runPrefixstringOptional
authorRidstringOptional
endTimeobjectOptional
assetstringOptional