v1

latestOpenAPI 3.0.22026-07-17412169.2 KB
Versions

Admin Update Node Version Status

Only admins can approve a node version.

put/admin/nodes/{nodeId}/versions/{versionNumber}

Path parameters

nodeIdstring required
versionNumberstring required

Request body

status'NodeVersionStatusActive' | 'NodeVersionStatusDeleted' | 'NodeVersionStatusBanned' | 'NodeVersionStatusPending' | 'NodeVersionStatusFlagged'
status_reasonstring

The reason for the status change.

Response

Version updated successfully

idstring
versionstring

The version identifier, following semantic versioning. Must be unique for the node.

createdAtstring date-time

The date and time the version was created.

changelogstring

Summary of changes made in this version

dependenciesstring[]

A list of pip dependencies required by the node.

downloadUrlstring

[Output Only] URL to download this version of the node

deprecatedboolean

Indicates if this version is deprecated.

status'NodeVersionStatusActive' | 'NodeVersionStatusDeleted' | 'NodeVersionStatusBanned' | 'NodeVersionStatusPending' | 'NodeVersionStatusFlagged'
status_reasonstring

The reason for the status change.

node_idstring

The unique identifier of the node.