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
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2018-06-21 13:58:40 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-26 16:17:01 +0300
commit27cd7954ae4fc48a62af14c79c14418492f10044 (patch)
tree578dbfe4e72f2e7a7850982d294e57f28dbb1100 /docs/api-v1.md
parente3071bf5cde50baad76e85b8f54ae9b39eaf5510 (diff)
Add documentation
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Diffstat (limited to 'docs/api-v1.md')
-rw-r--r--docs/api-v1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api-v1.md b/docs/api-v1.md
index 6d690042d..85a59c5bc 100644
--- a/docs/api-v1.md
+++ b/docs/api-v1.md
@@ -131,7 +131,8 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
`lastActivity` | int | Timestamp of the last activity in the room, in seconds and UTC time zone
`isFavorite` | bool | Flag if the room is favorited by the user
`unreadMessages` | int | Number of unread chat messages in the room (only available with `chat-v2` capability)
-
+ `lastMessage` | message | Last message in a room if available, otherwise empty
+
### Get single room (also for guests)
* Method: `GET`