nodes
Create a new custom node
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
The category of the node.
The number of downloads of the node.
URL to the node's icon.
The unique identifier of the node.
The path to the LICENSE file in the node's repository.
The display name of the node.
The average rating of the node.
URL to the node's repository.
Available options:
NodeStatusActive
, NodeStatusDeleted
, NodeStatusBanned
The status detail of the node.
Response
201 - application/json
The category of the node.
The number of downloads of the node.
URL to the node's icon.
The unique identifier of the node.
The path to the LICENSE file in the node's repository.
The display name of the node.
The average rating of the node.
URL to the node's repository.
Available options:
NodeStatusActive
, NodeStatusDeleted
, NodeStatusBanned
The status detail of the node.
Was this page helpful?