Skip to content

Commit 11e1d12

Browse files
Update manage-queue.md
1 parent dbd77ce commit 11e1d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/router-sdk/manage-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ administration_client.upsert_queue(queue.id, queue)
156156
```java
157157
queue.setName("XBOX Updated Queue");
158158
queue.setLabels(Map.of("Additional-Queue-Label", new RouterValue("ChatQueue")));
159-
administrationClient.updateQueue(queue.getId(), BinaryData.fromObject(queue));
159+
administrationClient.updateQueue(queue.getId(), BinaryData.fromObject(queue), null);
160160
```
161161

162162
::: zone-end

0 commit comments

Comments
 (0)