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>2020-05-25 12:35:21 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-26 13:17:48 +0300
commit1c54fc853f9ee47e28ed5dbbbb83a740fbf8d264 (patch)
tree8f3ad80253e9b8385f7e03474036733ddc84b6f6 /docs
parent13221e0b50497ef5ac4ed34ad378b1798a4d8d31 (diff)
Add docs about the X-Nextcloud-Talk-Hash header
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 91f6f47ac..f67223597 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -13,6 +13,12 @@
+ `200 OK`
+ `401 Unauthorized` when the user is not logged in
+ - Header:
+
+ field | type | Description
+ ------|------|------------
+ `X-Nextcloud-Talk-Hash` | string | Sha1 value over some config. When you receive a different value on subsequent requests, the capabilities and the signaling settings should be refreshed.
+
- Data:
Array of conversations, each conversation has at least:
@@ -81,6 +87,12 @@
+ `200 OK`
+ `404 Not Found` When the conversation could not be found for the participant
+ - Header:
+
+ field | type | Description
+ ------|------|------------
+ `X-Nextcloud-Talk-Hash` | string | Sha1 value over some config. When you receive a different value on subsequent requests, the capabilities and the signaling settings should be refreshed.
+
- Data: See array definition in `Get userĀ“s conversations`
## Rename a conversation