From 19c827e581476a18875ea471263453d11a6d5cc3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 10 Jun 2019 13:49:05 -0600 Subject: [PATCH] Remove trailing slashes section --- specification/index.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/specification/index.rst b/specification/index.rst index 547375e39..5acec2eab 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -432,13 +432,7 @@ Common concepts Various things are common throughout all of the Matrix APIs. They are documented here. -Trailing slashes on API endpoints -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Unless the endpoint is explicltly specified to have a trailing slash, the -slash is optional. For example, an endpoint specified as ``/_matrix/example/`` -would require a trailing slash, however an endpoint specified as ``/_matrix/example`` -has an optional slash (can be excluded when making requests). +.. TODO: Some words about trailing slashes. See https://github.com/matrix-org/matrix-doc/issues/2107 Namespacing ~~~~~~~~~~~