From f60968a135e2bd535b58ae021d168ba26a356aec Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 5 Mar 2018 13:45:37 +0000 Subject: [PATCH] Updated Editor Runtime API (markdown) --- Editor-Runtime-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Editor-Runtime-API.md b/Editor-Runtime-API.md index 6e20430..aa8b2ed 100644 --- a/Editor-Runtime-API.md +++ b/Editor-Runtime-API.md @@ -2,6 +2,8 @@ This is a snap-shot of the complete HTTP and WebSocket interface between the edi The Authentication and Runtime API parts are already documented as part of the public API. +All URLs are relative to `settings.httpAdminRoot`, which defaults to `/`. + | Authentication | | |--------------------------------------------|----------------------------------------------------------| | GET /auth/login | Get the active authentication scheme |