You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to useput /v1/collections/{networkId}/tables/{tableType}, but it did not work. Taking a look at the default table of the root for the Yeast Perturbation sample network, I see that "name" is immutable (screenshot).
Should "name" be immutable? You can rename collections in the GUI.
Should we add rename functions to CyREST for collections?
Would this satisfy the need for renaming functionality?
The immutable property is of the column, not of row data. You can't delete 'name' columns.
I did find the example JSON and other Swagger documentation on the PUT endpoint confusing, and I wrote it in the first place. It very much needs improvement.
I attempted to use
put /v1/collections/{networkId}/tables/{tableType}
, but it did not work. Taking a look at the default table of the root for the Yeast Perturbation sample network, I see that "name" is immutable (screenshot).Should "name" be immutable? You can rename collections in the GUI.
Should we add rename functions to CyREST for collections?
Related RCy3 request: cytoscape/RCy3#107
The text was updated successfully, but these errors were encountered: