Skip to content
Daniel Buckmaster edited this page Apr 10, 2014 · 1 revision

Creating graphs

POST graph config as string to /

{ "id": "487822" }

Fetching graph contents

GET to /:id

{ "graph": {..}, .. }

Updating graphs

PUT graph config as string to /:id

Clone this wiki locally