Skip to content

Commit

Permalink
Update Threads_CreateChatThread Example (Azure#29034)
Browse files Browse the repository at this point in the history
* Update Threads_CreateChatThread Example

* update the example for create chat thread
  • Loading branch information
LuChen-Microsoft authored May 8, 2024
1 parent 4567a94 commit 0a0fb95
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"api-version": "2024-03-15-preview",
"createChatThreadRequest": {
"topic": "Lunch",
"retentionPolicy": {
"kind": "threadCreationDate",
"deleteThreadAfterDays": 30
},
"participants": [
{
"communicationIdentifier": {
Expand Down Expand Up @@ -59,6 +63,10 @@
"communicationUser": {
"id": "8:acs:8540c0de-899f-5cce-acb5-3ec493af3800_c94ff260-162d-46d6-94fd-e79f4d213715"
}
},
"retentionPolicy": {
"kind": "threadCreationDate",
"deleteThreadAfterDays": 30
}
},
"invalidParticipants": [
Expand Down

0 comments on commit 0a0fb95

Please sign in to comment.