From 5422554b8647c3fc01c44a5790b35c20596f1770 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 8 Apr 2017 10:54:00 +0200 Subject: Mention URL path encoding to all API docs --- doc/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/README.md') diff --git a/doc/api/README.md b/doc/api/README.md index 5a63f68ce77..d444ce94573 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -305,10 +305,10 @@ Additional pagination headers are also sent back. ## Namespaced path encoding -If using namespaced api calls make sure that the `NAMESPACE/PROJECT_NAME` is +If using namespaced API calls, make sure that the `NAMESPACE/PROJECT_NAME` is URL-encoded. -For example, `/` is represented by `%2F`: +For example, `/` is represented by `%2F`: ``` /api/v4/projects/diaspora%2Fdiaspora -- cgit v1.2.1