diff --git a/Editor-Runtime-API.md b/Editor-Runtime-API.md index b1d58b7..808b2a0 100644 --- a/Editor-Runtime-API.md +++ b/Editor-Runtime-API.md @@ -14,6 +14,8 @@ The Authentication and Runtime API parts are already documented as part of the p All URLs are relative to `settings.httpAdminRoot`, which defaults to `/`. +
+ | Authentication | | |--------------------------------------------|----------------------------------------------------------| | GET /auth/login | Get the active authentication scheme | @@ -93,6 +95,9 @@ All URLs are relative to `settings.httpAdminRoot`, which defaults to `/`. |--------------------------------------------|----------------------------------------------------------| | WebSocket /comms | [Realtime comms between runtime and editor](Runtime-Editor-Comms-protocol) | +
+ + ### Internal API This is a snapshot of how the api is split across source files, and how each of those files reaches into the runtime api. This is a pain to manually generate, so there may be omissions and could likely fall out of sync with reality as things are rationalised.