Skip to content

Commit 0261aa7

Browse files
Minute level limits for list messages API
1 parent d97d0a6 commit 0261aa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/communication-services/concepts/service-limits.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ This sandbox setup is to help developers start building the application. You can
111111
|Update chat thread|Chat thread|5|-|
112112
|Add participants / remove participants|Chat thread|10|30|
113113
|Get chat thread / List chat threads|User|50|-|
114-
|Get chat message / List chat messages|User and chat thread|50|-|
115-
|Get chat message / List chat messages|Chat thread|250|-|
114+
|Get chat message|User and chat thread|50|-|
115+
|Get chat message|Chat thread|250|-|
116+
|List chat messages|User and chat thread|50|200|
117+
|List chat messages|Chat thread|250|400|
116118
|Get read receipts|User and chat thread|5|-|
117119
|Get read receipts|Chat thread|250|-|
118120
|List chat thread participants|User and chat thread|10|-|

0 commit comments

Comments
 (0)