Nodes

Update a specific node

put/publishers/{publisherId}/nodes/{nodeId}

Path parameters

publisherIdstring required
nodeIdstring required

Request body

idstring

The unique identifier of the node.

namestring

The display name of the node.

categorystring

The category of the node.

descriptionstring
authorstring
licensestring

The path to the LICENSE file in the node's repository.

iconstring

URL to the node's icon.

repositorystring

URL to the node's repository.

tagsstring[]
ratingnumber

The average rating of the node.

downloadsinteger

The number of downloads of the node.

status'NodeStatusActive' | 'NodeStatusDeleted' | 'NodeStatusBanned'
status_detailstring

The status detail of the node.

Response

Node updated successfully

idstring

The unique identifier of the node.

namestring

The display name of the node.

categorystring

The category of the node.

descriptionstring
authorstring
licensestring

The path to the LICENSE file in the node's repository.

iconstring

URL to the node's icon.

repositorystring

URL to the node's repository.

tagsstring[]
ratingnumber

The average rating of the node.

downloadsinteger

The number of downloads of the node.

status'NodeStatusActive' | 'NodeStatusDeleted' | 'NodeStatusBanned'
status_detailstring

The status detail of the node.

Changes

Changed in 12 of the 43 revisions of this API.51718

    • removed the request property latest_version/comfy_nodes

      request-property-removed

    • removed the optional property latest_version/comfy_nodes from the response with the 200 status

      response-optional-property-removed

    • the latest_version/comfy_nodes/additionalProperties/return_names request property type/format changed from array/ to string/

      request-property-type-changed

    • the latest_version/comfy_nodes/additionalProperties/return_names response's property type/format changed from array/ to string/ for status 200

      response-property-type-changed

    • added the new optional request property latest_version/node_id

      new-optional-request-property

    • added the optional property latest_version/node_id to the response with the 200 status

      response-optional-property-added

    • the latest_version/comfy_nodes/additionalProperties/return_types request property type/format changed from array/ to string/

      request-property-type-changed

    • the latest_version/comfy_nodes/additionalProperties/return_types response's property type/format changed from array/ to string/ for status 200

      response-property-type-changed

    • added the new optional request property latest_version/comfy_nodes

      new-optional-request-property

    • added the optional property latest_version/comfy_nodes to the response with the 200 status

      response-optional-property-added

  • 71d8dae509a811See the full diff
    • added the new NodeVersionStatusFlagged enum value to the latest_version/status response property for the response status 200

      response-property-enum-value-added

    • added the new NodeVersionStatusFlagged enum value to the request property latest_version/status

      request-property-enum-value-added

    • added the new optional request property publisher/status

      new-optional-request-property

    • added the optional property publisher/status to the response with the 200 status

      response-optional-property-added

    • added the new optional request property latest_version/status_reason

      new-optional-request-property

    • added the optional property latest_version/status_reason to the response with the 200 status

      response-optional-property-added

    • added the new optional request property category

      new-optional-request-property

    • added the new optional request property status_detail

      new-optional-request-property

    • added the optional property category to the response with the 200 status

      response-optional-property-added

    • added the optional property status_detail to the response with the 200 status

      response-optional-property-added

  • 9c9567cc3e1513See the full diff
    • removed the enum value NodeStatusPending of the request property status

      request-property-enum-value-removed

    • added the new optional request property latest_version/status

      new-optional-request-property

    • added the optional property latest_version/status to the response with the 200 status

      response-optional-property-added

    • removed the NodeStatusPending enum value from the status response property for the response status 200

      response-property-enum-value-removed