cytoscape / cyREST

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

Table PUT statements don't support values that are lists #32

Closed dotasek closed 6 years ago

dotasek commented 6 years ago

Lists are not supported in the following PUT endpoints:

PUT /v1/networks/{networkId}/tables/{tableType} PUT /v1/networks/{networkId}/tables/{tableType}/columns/{columnName}

dotasek commented 6 years ago

Fixed in c946690216f9798296cbacf0aaf4257f0604a6ea

Awaiting release.