Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Recieving code 204 but no update #21

Open
ashoj opened this issue May 16, 2015 · 0 comments
Open

Recieving code 204 but no update #21

ashoj opened this issue May 16, 2015 · 0 comments

Comments

@ashoj
Copy link

ashoj commented May 16, 2015

I am using PUT command to update defaultnodetable with a new version, it returns almost instantly with a code 204 and does not update the table.

       url:    http://localhost:1234/v1/networks/309987/tables/defaultnode

command: PUT(url,body=thebody,encode="json")

Here is a sample of what I send to cytoscape as body:
thebody="
{
"key": "SUID",
"dataKey": "name",
"data":
[
{
"SUID": 1,
"GID": -89632274,
"name": "0",
"shared_name": "0",
"selected":"false",
"isExcludedFromPaths":"false",
"wordcloud_sync": "false"
}
]
}"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant