Updated Editor Runtime HTTP API (markdown)

Nick O'Leary 2018-03-05 10:08:53 +00:00
parent 12c88701f1
commit d8d7ef78a9
1 changed files with 5 additions and 1 deletions

@ -1,4 +1,4 @@
This is a snap-shot of the complete HTTP interface between the editor and runtime. This is a snap-shot of the complete HTTP and WebSocket interface between the editor and runtime.
The Authentication and Runtime API parts are already documented as part of the public API. The Authentication and Runtime API parts are already documented as part of the public API.
@ -76,3 +76,7 @@ The Authentication and Runtime API parts are already documented as part of the p
| POST /projects/:id/remotes | Add a remote | | POST /projects/:id/remotes | Add a remote |
| DELETE /projects/:id/remotes/:remoteName | Delete a remote | | DELETE /projects/:id/remotes/:remoteName | Delete a remote |
| PUT /projects/:id/remotes/:remoteName | Update a remote | | PUT /projects/:id/remotes/:remoteName | Update a remote |
| Comms API | |
|--------------------------------------------|----------------------------------------------------------|
| WebSocket /comms | |