v1

latestOpenAPI 3.0.22026-07-17412169.2 KB
Nodes

Create a new custom node

post/publishers/{publisherId}/nodes

Path parameters

publisherIdstring 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 created 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.