mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Editor Runtime HTTP API (markdown)
parent
12c88701f1
commit
d8d7ef78a9
@ -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 | |
|
Loading…
Reference in New Issue
Block a user