summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/avatar.md3
-rw-r--r--docs/conversation.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/avatar.md b/docs/avatar.md
index 1cffbf2a2..891cbe717 100644
--- a/docs/avatar.md
+++ b/docs/avatar.md
@@ -25,7 +25,8 @@
## Delete conversations avatar
!!! note
- To determine if a delete option should be presented to the user, it's recommended to check the `isCustomAvatar` property from [conversation](conversation.md).
+ To determine if the delete option should be presented to the user, it's recommended to check the `isCustomAvatar` property of the [Get userĀ“s conversations](conversation.md#get-user-s-conversations) API.
+
* Required capability: `avatar`
* Method: `DELETE`
diff --git a/docs/conversation.md b/docs/conversation.md
index a4031a4b4..b7e172b49 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -104,7 +104,7 @@
| `participants` | array | v1 | v2 | **Removed** |
| `guestList` | string | v1 | v2 | **Removed** |
| `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. |
-| `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar |
+| `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar (only available with `avatar` capability) |
| `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) |