Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-23 16:45:24 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-23 16:45:24 +0300
commitfa4cd9989d17d648e1b3d5d1ac43f87be2469981 (patch)
tree3ada14dc56d61c004a4198101defa42d6d4f1595 /docs
parent60a2e5550b65dc2ff27f96376c4b8d12a3661c83 (diff)
Immediately add a new conversation to the list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 7de20a04d..4567cc0ef 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -65,13 +65,7 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
+ `401 Unauthorized` When the user is not logged in
+ `404 Not Found` When the target to invite does not exist
- - Data:
-
- field | type | Description
- ------|------|------------
- `token` | string | Token identifier of the conversation which is used for further interaction
- `name` | string | Name of the conversation (can also be empty)
- `displayName` | string | `name` if non empty, otherwise it falls back to a list of participants
+ - Data: See array definition in `Get userĀ“s conversations`
## Get single conversation (also for guests)