node versions
Update changelog and deprecation status of a node version
Update only the changelog and deprecated status of a specific version of a node.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The changelog describing the version changes.
Whether the version is deprecated.
Response
200 - application/json
Summary of changes made in this version
The date and time the version was created.
A list of pip dependencies required by the node.
Indicates if this version is deprecated.
[Output Only] URL to download this version of the node
The unique identifier of the node.
Available options:
NodeVersionStatusActive
, NodeVersionStatusDeleted
, NodeVersionStatusBanned
, NodeVersionStatusPending
, NodeVersionStatusFlagged
The reason for the status change.
The version identifier, following semantic versioning. Must be unique for the node.
Was this page helpful?