workflows

Update the workflow versions linked to a workflow.

put/workflows/{workflowId}/workflowVersions

Path parameters

workflowIdinteger required

Request body

aiTopicProcessedboolean
aliasesobject
authorstring
commitIDstring
dbUpdateDateinteger
descriptionSource'README' | 'CUSTOM_README' | 'DESCRIPTOR'
dirtyBitboolean
doiStatus'NOT_REQUESTED' | 'REQUESTED' | 'CREATED'
doiURLstring
doisobject

The DOIs for the version of the entry

emailstring
frozenboolean
hiddenboolean
idinteger
kernelImagePathstring

User-specified notebook kernel image reference

last_modifiedinteger
legacyVersionboolean
metricsByPlatformobject
namestring required

Implementation specific, can be a quay.io or docker hub tag name

readMePathstring
referencestring required

git commit/tag/branch

referenceType'COMMIT' | 'TAG' | 'BRANCH' | 'NOT_APPLICABLE' | 'UNSET'
syncedboolean
userFilesstring[]
validboolean
verifiedboolean
verifiedPlatformsstring[]

Verified platforms for the version

verifiedSourcestring
verifiedSourcesstring[]
workflow_pathstring
workingDirectorystring

Example request

[
  {
    "name": "latest",
    "reference": "master"
  }
]

Response

default response

aiTopicProcessedboolean
aliasesobject
authorstring
commitIDstring
dbUpdateDateinteger
descriptionSource'README' | 'CUSTOM_README' | 'DESCRIPTOR'
dirtyBitboolean
doiStatus'NOT_REQUESTED' | 'REQUESTED' | 'CREATED'
doiURLstring
doisobject

The DOIs for the version of the entry

emailstring
frozenboolean
hiddenboolean
idinteger
kernelImagePathstring

User-specified notebook kernel image reference

last_modifiedinteger
legacyVersionboolean
metricsByPlatformobject
namestring required

Implementation specific, can be a quay.io or docker hub tag name

readMePathstring
referencestring required

git commit/tag/branch

referenceType'COMMIT' | 'TAG' | 'BRANCH' | 'NOT_APPLICABLE' | 'UNSET'
syncedboolean
userFilesstring[]
validboolean
verifiedboolean
verifiedPlatformsstring[]

Verified platforms for the version

verifiedSourcestring
verifiedSourcesstring[]
workflow_pathstring
workingDirectorystring

Example response

[
  {
    "name": "latest",
    "reference": "master"
  }
]

Changes