keiono / cy-rest

This site is obsolete! Please use the link here:
http://github.com/idekerlab/cyREST
MIT License
4 stars 1 forks source link

(docs) Run garbage collector command returns HTTP 204 instead of 200 #37

Closed jbethune closed 3 years ago

jbethune commented 10 years ago

A minor issue: http://keiono.github.io/cy-rest/#-1471173272 with the URL http://localhost:1234/v1/gc Returns a "HTTP/1.1 204 No Content" on my machine.

The documentation says it should return 200 on success.

jbethune commented 10 years ago

Same thing (HTTP status 204) can be observed for deletion of networks: http://keiono.github.io/cy-rest/#878202141

jbethune commented 10 years ago

Same applies for http://keiono.github.io/cy-rest/#-976711221 (collapse group nodes) and http://keiono.github.io/cy-rest/#824273598 (expand group nodes)

jbethune commented 10 years ago

Delete a visual style also returns 204: http://keiono.github.io/cy-rest/#-1398070574

I guess more deletion methods return 204.