summary refs log tree commit diff
path: root/synapse/rest/client/v1_only/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/client/v1_only/__init__.py')
-rw-r--r--synapse/rest/client/v1_only/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/rest/client/v1_only/__init__.py b/synapse/rest/client/v1_only/__init__.py
new file mode 100644
index 0000000000..936f902ace
--- /dev/null
+++ b/synapse/rest/client/v1_only/__init__.py
@@ -0,0 +1,3 @@
+"""
+REST APIs that are only used in v1 (the legacy API).
+"""