From 1c6f082e27e56a97ce0561cd1e9c52847d53365c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 29 Jul 2017 13:28:42 +0200 Subject: [PATCH] [TASK] Document the HOST and prefix in the REST API documentation Fixes #29 --- Documentation/Api/RestApi.apib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Api/RestApi.apib b/Documentation/Api/RestApi.apib index d5907c9..b1d4f32 100644 --- a/Documentation/Api/RestApi.apib +++ b/Documentation/Api/RestApi.apib @@ -1,4 +1,5 @@ FORMAT: 1A +HOST: https://example.com/api/v2 # phpList REST API v2 @@ -8,7 +9,7 @@ FORMAT: 1A Resources related to login and logout. -## Session [/api/v2/sessions] +## Session [/sessions] ### Create a new session (log in) [POST]