Closed joamag closed 5 months ago
The nodes should be able to post information about themselves when registering:
Extend the POST /nodes/<str:id> endpoint to support more node information.
POST
/nodes/<str:id>
This is now considered done
Description
The nodes should be able to post information about themselves when registering:
Implementation
Extend the
POST
/nodes/<str:id>
endpoint to support more node information.