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/publishers/{publisherId}/nodes/{nodeId}/versions/{versionId}

Path parameters

publisherIdstring required
nodeIdstring required
versionIdstring required

Request body

changelogstring

The changelog describing the version changes.

deprecatedboolean

Whether the version is deprecated.

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.

Changes

Changed in 9 of the 43 revisions of this API.254

    • removed the optional property from the response with the status

      response-optional-property-removed

    • the // response's property type changed from array to string for status

      response-property-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • the // response's property type changed from array to string for status

      response-property-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the new NodeVersionStatusFlagged enum value to the response property for the response status

      response-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog