summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-17 12:13:19 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-17 13:02:22 +0200
commit4db1781a0a27983e3d257bb9420daa33871b0e4d (patch)
tree10ddf13345d0e71a1279d9e32887aa8a69eb7e84
parentf7229f458f3a8e5e2745a99bf13ce8d9d693beb2 (diff)
Also document Nextcloud versions on API docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--docs/call.md8
-rw-r--r--docs/chat.md2
-rw-r--r--docs/conversation.md8
-rw-r--r--docs/integration.md2
-rw-r--r--docs/internal-signaling.md6
-rw-r--r--docs/participant.md8
-rw-r--r--docs/reaction.md2
-rw-r--r--docs/settings.md2
-rw-r--r--docs/webinar.md8
9 files changed, 23 insertions, 23 deletions
diff --git a/docs/call.md b/docs/call.md
index c92a64182..0dc3d788a 100644
--- a/docs/call.md
+++ b/docs/call.md
@@ -1,9 +1,9 @@
# Call API
-* API v1: 🏁 Removed with API v4
-* API v2: 🏁 Removed with API v4
-* API v3: 🏁 Removed with API v4
-* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`
+* API v1: 🏁 Removed with API v4: until Nextcloud 21
+* API v2: 🏁 Removed with API v4: Nextcloud 21 only
+* API v3: 🏁 Removed with API v4: Nextcloud 21 only
+* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`: since Nextcloud 22
## Get list of connected participants
diff --git a/docs/chat.md b/docs/chat.md
index b704433b6..6cb24eff4 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -1,6 +1,6 @@
# Chat API
-Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
+Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`: since Nextcloud 13
## Receive chat messages of a conversation
diff --git a/docs/conversation.md b/docs/conversation.md
index 34c91b698..4956578e2 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -1,9 +1,9 @@
# Conversation API
-* API v1: 🏁 Removed with API v4
-* API v2: 🏁 Removed with API v4
-* API v3: 🏁 Removed with API v4
-* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`
+* API v1: 🏁 Removed with API v4: until Nextcloud 21
+* API v2: 🏁 Removed with API v4: Nextcloud 19 - 21
+* API v3: 🏁 Removed with API v4: Nextcloud 21 only
+* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`: since Nextcloud 22
## Get userΒ΄s conversations
diff --git a/docs/integration.md b/docs/integration.md
index e83016005..84598ce4b 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -1,6 +1,6 @@
# Integration
-Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
+Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`: since Nextcloud 15
## Get conversation for an internal file
diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md
index b8aa97d7f..8bdf3830b 100644
--- a/docs/internal-signaling.md
+++ b/docs/internal-signaling.md
@@ -1,8 +1,8 @@
# Signaling API
-* Base endpoint for API v1 is: 🏁 Removed with API v3
-* Base endpoint for API v2 is: 🏁 Removed with API v3
-* Base endpoint for API v3 is: `/ocs/v2.php/apps/spreed/api/v3`
+* Base endpoint for API v1 is: 🏁 Removed with API v3: Nextcloud 13 - 21
+* Base endpoint for API v2 is: 🏁 Removed with API v3: Nextcloud 21 only
+* Base endpoint for API v3 is: `/ocs/v2.php/apps/spreed/api/v3`: since Nextcloud 22
## Get signaling settings
diff --git a/docs/participant.md b/docs/participant.md
index df1ab012c..94fa40650 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -1,9 +1,9 @@
# Participant API
-* API v1: 🏁 Removed with API v4
-* API v2: 🏁 Removed with API v4
-* API v3: 🏁 Removed with API v4
-* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`
+* API v1: 🏁 Removed with API v4: until Nextcloud 21
+* API v2: 🏁 Removed with API v4: Nextcloud 19 - 21
+* API v3: 🏁 Removed with API v4: Nextcloud 21 only
+* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`: since Nextcloud 22
## Get list of participants in a conversation
diff --git a/docs/reaction.md b/docs/reaction.md
index e135ef482..a4199949f 100644
--- a/docs/reaction.md
+++ b/docs/reaction.md
@@ -1,6 +1,6 @@
# Reaction API
-Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
+Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`: since Nextcloud 24
## React to a message
diff --git a/docs/settings.md b/docs/settings.md
index cea0ee516..1cb6d9b34 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -1,6 +1,6 @@
# Settings API
-* Base endpoint: `/ocs/v2.php/apps/spreed/api/v1`
+* Base endpoint: `/ocs/v2.php/apps/spreed/api/v1`: since Nextcloud 19
## Set userΒ΄s settings
diff --git a/docs/webinar.md b/docs/webinar.md
index bf90441b7..7f303bb84 100644
--- a/docs/webinar.md
+++ b/docs/webinar.md
@@ -8,10 +8,10 @@ Group and public conversations can be used to host webinars. Those online meetin
## Base endpoint
-* API v1: 🏁 Removed with API v4
-* API v2: 🏁 Removed with API v4
-* API v3: 🏁 Removed with API v4
-* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`
+* API v1: 🏁 Removed with API v4: Nextcloud 17 - 21
+* API v2: 🏁 Removed with API v4: Nextcloud 19 - 21
+* API v3: 🏁 Removed with API v4: Nextcloud 21 only
+* API v4: Base endpoint `/ocs/v2.php/apps/spreed/api/v4`: since Nextcloud 22
## Set lobby for a conversation