diff --git a/Editor-Runtime-HTTP-API.md b/Editor-Runtime-API.md similarity index 94% rename from Editor-Runtime-HTTP-API.md rename to Editor-Runtime-API.md index f9d1014..6e20430 100644 --- a/Editor-Runtime-HTTP-API.md +++ b/Editor-Runtime-API.md @@ -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. @@ -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 | | DELETE /projects/:id/remotes/:remoteName | Delete a remote | | PUT /projects/:id/remotes/:remoteName | Update a remote | + +| Comms API | | +|--------------------------------------------|----------------------------------------------------------| +| WebSocket /comms | |