You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Deprecated session-scoped path. Use `POST /client/messages/{id}:recall` instead.
1597
1637
x-agenthub-status: implemented
1598
1638
x-agenthub-owner: Hub
1599
1639
security: [{ bearerAuth: [] }]
@@ -1612,6 +1652,8 @@ paths:
1612
1652
tags: [HubSyncRelay]
1613
1653
operationId: hubPinMessage
1614
1654
summary: Pin a message.
1655
+
x-deprecated: true
1656
+
description: Deprecated session-scoped path. Use `POST /client/messages/{id}:pin` instead.
1615
1657
x-agenthub-status: implemented
1616
1658
x-agenthub-owner: Hub
1617
1659
security: [{ bearerAuth: [] }]
@@ -1630,6 +1672,8 @@ paths:
1630
1672
tags: [HubSyncRelay]
1631
1673
operationId: hubUnpinMessage
1632
1674
summary: Unpin a message.
1675
+
x-deprecated: true
1676
+
description: Deprecated session-scoped path. Use `DELETE /client/messages/{id}/pin` instead.
1633
1677
x-agenthub-status: implemented
1634
1678
x-agenthub-owner: Hub
1635
1679
security: [{ bearerAuth: [] }]
@@ -1648,6 +1692,8 @@ paths:
1648
1692
tags: [HubSyncRelay]
1649
1693
operationId: hubMarkMessageRead
1650
1694
summary: Mark a message as read.
1695
+
x-deprecated: true
1696
+
description: Deprecated. No corresponding route exists in Hub router.
1651
1697
x-agenthub-status: implemented
1652
1698
x-agenthub-owner: Hub
1653
1699
security: [{ bearerAuth: [] }]
@@ -1950,7 +1996,7 @@ paths:
1950
1996
responses:
1951
1997
"200":
1952
1998
$ref: "#/components/responses/Ok"
1953
-
patch:
1999
+
put:
1954
2000
tags: [HubSyncRelay]
1955
2001
operationId: hubUpdateCustomAgent
1956
2002
summary: Update a custom agent.
@@ -4143,8 +4189,7 @@ components:
4143
4189
device_id:
4144
4190
type: string
4145
4191
format: uuid
4146
-
description: Bound Hub desktop device id. Current target-bound dispatch requires an owner-owned desktop device; remote/cloud routing remains future work.
4147
-
description: Stable Hub device UUID; must match the callback request.
4192
+
description: Stable Hub device UUID; must match the callback request. Current target-bound dispatch requires an owner-owned desktop device; remote/cloud routing remains future work.
0 commit comments