cytoscape / cyREST

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

Group endpoint's using groupNodeId param fail with 404 #28

Closed dotasek closed 7 years ago

dotasek commented 7 years ago

Three endpoints related to groups fail with a 404 when presented with valid Group Node Ids:

GET /v1/networks/{networkId}/groups/{groupNodeId}/ GET /v1/networks/{networkId}/groups/{groupNodeId}/expand GET /v1/networks/{networkId}/groups/{groupNodeId}/collapse

dotasek commented 7 years ago

Fixed in 4156d50