nodes
Update a specific node
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
200 - 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?