cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

network/add node return value #52

Closed jorgeboucas closed 6 years ago

jorgeboucas commented 6 years ago

need info on returned data for network/add node

eg.

{
  "data": 17616,
  "errors": []
}
dotasek commented 6 years ago

The return value is the SUID of the created node. Is this what you were looking for?