summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-01-02 09:36:19 +0100
committerGitHub <noreply@github.com>2023-01-02 09:36:19 +0100
commit15bc687f5f83907dd66ef210209e73198806246b (patch)
tree1babef5630729494e851a27f095da1535b2d66de /docs
parent2090d405eea9ba0253eef2443d3141380312e605 (diff)
parent5bd35660d7ed07fd3830c2f0fd0e5b9191360363 (diff)
Merge pull request #8494 from nextcloud/feature/expose-avatar-version
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 5348c8440..bab915cc6 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -90,7 +90,7 @@
| `statusMessage` | string | v4 | | Optional: Only available for one-to-one conversations and when `includeStatus=true` is set |
| `participants` | array | v1 | v2 | **Removed** |
| `guestList` | string | v1 | v2 | **Removed** |
-| `avatarUrl` | string | v4 | | Avatar URL of the conversation including a version flag `v=…` for easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. |
+| `avatarVersion` | string | v4 | | Version of conversation avatar used to easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. |
| `callStartTime` | int | v4 | | Timestamp when the call was started (only available with `recording-v1` capability) |
| `callRecording` | int | v4 | | Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) |