@agentmc/api 0.1.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +585 -595
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +503 -512
- package/dist/generated/operations.js +585 -595
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +226 -202
- package/dist/index.js +585 -595
- package/dist/index.js.map +1 -1
- package/docs/operations/README.md +6 -6
- package/docs/operations/agentHeartbeat.md +41 -17
- package/docs/operations/{commentWorkspaceCalendarItem.md → commentCalendarItem.md} +2 -2
- package/docs/operations/connectAgent.md +39 -3
- package/docs/operations/{createWorkspaceCalendarItem.md → createCalendarItem.md} +2 -12
- package/docs/operations/{deleteWorkspaceCalendarItem.md → deleteCalendarItem.md} +2 -2
- package/docs/operations/index.json +585 -595
- package/docs/operations/{workspaceCalendar.md → listCalendar.md} +2 -12
- package/docs/operations/listNotifications.md +1 -1
- package/docs/operations/{showWorkspaceCalendarItem.md → showCalendarItem.md} +2 -12
- package/docs/operations/{updateWorkspaceCalendarItem.md → updateCalendarItem.md} +2 -12
- package/examples/http/agentHeartbeat.ts +20 -8
- package/examples/http/{commentWorkspaceCalendarItem.ts → commentCalendarItem.ts} +1 -1
- package/examples/http/connectAgent.ts +19 -1
- package/examples/http/{createWorkspaceCalendarItem.ts → createCalendarItem.ts} +1 -1
- package/examples/http/{showWorkspaceCalendarItem.ts → deleteCalendarItem.ts} +1 -1
- package/examples/http/{workspaceCalendar.ts → listCalendar.ts} +1 -1
- package/examples/http/{deleteWorkspaceCalendarItem.ts → showCalendarItem.ts} +1 -1
- package/examples/http/{updateWorkspaceCalendarItem.ts → updateCalendarItem.ts} +1 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +268 -242
|
@@ -166,16 +166,28 @@ var operations = [
|
|
|
166
166
|
"agent": {
|
|
167
167
|
"id": 42,
|
|
168
168
|
"name": "codex-runtime-prod",
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
169
|
+
"identity": {
|
|
170
|
+
"name": "Jarvis",
|
|
171
|
+
"creature": "robot",
|
|
172
|
+
"vibe": "calm"
|
|
173
|
+
},
|
|
174
|
+
"models": {
|
|
175
|
+
"resolved": {
|
|
176
|
+
"default": "openai/gpt-5-codex",
|
|
177
|
+
"fallbacks": [
|
|
178
|
+
"anthropic/claude-sonnet-4-20250514"
|
|
179
|
+
]
|
|
173
180
|
},
|
|
174
|
-
{
|
|
175
|
-
"
|
|
176
|
-
|
|
181
|
+
"providers": {
|
|
182
|
+
"openai": [
|
|
183
|
+
"gpt-5-codex",
|
|
184
|
+
"gpt-4.1"
|
|
185
|
+
],
|
|
186
|
+
"anthropic": [
|
|
187
|
+
"claude-sonnet-4-20250514"
|
|
188
|
+
]
|
|
177
189
|
}
|
|
178
|
-
|
|
190
|
+
}
|
|
179
191
|
}
|
|
180
192
|
}
|
|
181
193
|
}
|
|
@@ -767,7 +779,7 @@ var operations = [
|
|
|
767
779
|
]
|
|
768
780
|
},
|
|
769
781
|
{
|
|
770
|
-
"operationId": "
|
|
782
|
+
"operationId": "commentCalendarItem",
|
|
771
783
|
"method": "post",
|
|
772
784
|
"path": "/calendar/items/{item}/comments",
|
|
773
785
|
"summary": "Add a comment on a calendar item.",
|
|
@@ -920,7 +932,7 @@ var operations = [
|
|
|
920
932
|
{
|
|
921
933
|
"mediaType": "application/json",
|
|
922
934
|
"example": {
|
|
923
|
-
"name": "
|
|
935
|
+
"name": "openclaw-main",
|
|
924
936
|
"host": "ip-10-0-3-42",
|
|
925
937
|
"runtime_version": "2026.02.1",
|
|
926
938
|
"capabilities": [
|
|
@@ -928,6 +940,21 @@ var operations = [
|
|
|
928
940
|
"calendar",
|
|
929
941
|
"realtime"
|
|
930
942
|
],
|
|
943
|
+
"models": [
|
|
944
|
+
{
|
|
945
|
+
"model_id": "openai/gpt-5-codex",
|
|
946
|
+
"provider": "openai"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"model_id": "anthropic/claude-sonnet-4-20250514",
|
|
950
|
+
"provider": "anthropic"
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"identity": {
|
|
954
|
+
"name": "Jarvis",
|
|
955
|
+
"creature": "robot",
|
|
956
|
+
"vibe": "calm"
|
|
957
|
+
},
|
|
931
958
|
"metadata": {
|
|
932
959
|
"hostname": "worker-01",
|
|
933
960
|
"ip": "10.0.2.15",
|
|
@@ -949,6 +976,9 @@ var operations = [
|
|
|
949
976
|
"runtime": {
|
|
950
977
|
"name": "codex",
|
|
951
978
|
"version": "2026.02.1"
|
|
979
|
+
},
|
|
980
|
+
"identity": {
|
|
981
|
+
"name": "Jarvis"
|
|
952
982
|
}
|
|
953
983
|
}
|
|
954
984
|
}
|
|
@@ -1663,13 +1693,13 @@ var operations = [
|
|
|
1663
1693
|
]
|
|
1664
1694
|
},
|
|
1665
1695
|
{
|
|
1666
|
-
"operationId": "
|
|
1696
|
+
"operationId": "createCalendarItem",
|
|
1667
1697
|
"method": "post",
|
|
1668
|
-
"path": "/
|
|
1669
|
-
"summary": "Create a
|
|
1698
|
+
"path": "/calendar/items",
|
|
1699
|
+
"summary": "Create a calendar item.",
|
|
1670
1700
|
"description": "",
|
|
1671
1701
|
"tags": [
|
|
1672
|
-
"
|
|
1702
|
+
"Calendar"
|
|
1673
1703
|
],
|
|
1674
1704
|
"security": [
|
|
1675
1705
|
[
|
|
@@ -1688,14 +1718,21 @@ var operations = [
|
|
|
1688
1718
|
{
|
|
1689
1719
|
"mediaType": "application/json",
|
|
1690
1720
|
"example": {
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1721
|
+
"type": "task",
|
|
1722
|
+
"title": "Review outage timeline",
|
|
1723
|
+
"description": "Confirm sequence of events with on-call notes.",
|
|
1724
|
+
"due_at": "2026-02-24T09:00:00Z",
|
|
1725
|
+
"timezone": "America/Los_Angeles",
|
|
1726
|
+
"status": "todo",
|
|
1727
|
+
"priority": "high",
|
|
1728
|
+
"visibility": "workspace",
|
|
1729
|
+
"assignees": [
|
|
1730
|
+
{
|
|
1731
|
+
"assignee_type": "user",
|
|
1732
|
+
"assignee_id": 8,
|
|
1733
|
+
"role": "owner"
|
|
1734
|
+
}
|
|
1735
|
+
]
|
|
1699
1736
|
}
|
|
1700
1737
|
}
|
|
1701
1738
|
],
|
|
@@ -1703,25 +1740,40 @@ var operations = [
|
|
|
1703
1740
|
{
|
|
1704
1741
|
"status": "201",
|
|
1705
1742
|
"mediaType": "application/json",
|
|
1706
|
-
"description": "
|
|
1743
|
+
"description": "Calendar item created.",
|
|
1707
1744
|
"hasContent": true,
|
|
1708
1745
|
"example": {
|
|
1709
1746
|
"data": {
|
|
1710
1747
|
"id": 42,
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1713
|
-
"column_id": 42,
|
|
1748
|
+
"workspace_id": 42,
|
|
1749
|
+
"type": "event",
|
|
1714
1750
|
"title": "Example Title",
|
|
1715
1751
|
"description": "Example description text.",
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1752
|
+
"start_at": "2026-02-22T17:21:00Z",
|
|
1753
|
+
"end_at": "2026-02-22T17:21:00Z",
|
|
1718
1754
|
"due_at": "2026-02-22T17:21:00Z",
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1755
|
+
"all_day": false,
|
|
1756
|
+
"location": "example",
|
|
1757
|
+
"timezone": "America/Los_Angeles",
|
|
1758
|
+
"status": "todo",
|
|
1759
|
+
"priority": "low",
|
|
1760
|
+
"visibility": "workspace",
|
|
1761
|
+
"created_by": 1,
|
|
1762
|
+
"updated_by": 1,
|
|
1763
|
+
"assignees": [
|
|
1764
|
+
{
|
|
1765
|
+
"id": 42,
|
|
1766
|
+
"assignee_type": "user",
|
|
1767
|
+
"assignee_id": 42,
|
|
1768
|
+
"role": "owner",
|
|
1769
|
+
"name": "Example Name",
|
|
1770
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"comments_count": 1,
|
|
1723
1774
|
"created_at": "2026-02-22T17:21:00Z",
|
|
1724
|
-
"updated_at": "2026-02-22T17:21:00Z"
|
|
1775
|
+
"updated_at": "2026-02-22T17:21:00Z",
|
|
1776
|
+
"deleted_at": "2026-02-22T17:21:00Z"
|
|
1725
1777
|
}
|
|
1726
1778
|
}
|
|
1727
1779
|
},
|
|
@@ -1823,10 +1875,10 @@ var operations = [
|
|
|
1823
1875
|
]
|
|
1824
1876
|
},
|
|
1825
1877
|
{
|
|
1826
|
-
"operationId": "
|
|
1878
|
+
"operationId": "createTask",
|
|
1827
1879
|
"method": "post",
|
|
1828
|
-
"path": "/tasks
|
|
1829
|
-
"summary": "Create a
|
|
1880
|
+
"path": "/tasks",
|
|
1881
|
+
"summary": "Create a task.",
|
|
1830
1882
|
"description": "",
|
|
1831
1883
|
"tags": [
|
|
1832
1884
|
"Tasks"
|
|
@@ -1842,23 +1894,20 @@ var operations = [
|
|
|
1842
1894
|
"BearerAuth"
|
|
1843
1895
|
]
|
|
1844
1896
|
],
|
|
1845
|
-
"parameters": [
|
|
1846
|
-
{
|
|
1847
|
-
"name": "task",
|
|
1848
|
-
"in": "path",
|
|
1849
|
-
"required": true,
|
|
1850
|
-
"description": "Task identifier.",
|
|
1851
|
-
"example": 1
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1897
|
+
"parameters": [],
|
|
1854
1898
|
"requestBodyRequired": true,
|
|
1855
1899
|
"requestExamples": [
|
|
1856
1900
|
{
|
|
1857
1901
|
"mediaType": "application/json",
|
|
1858
1902
|
"example": {
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1903
|
+
"board_id": 5,
|
|
1904
|
+
"column_id": 13,
|
|
1905
|
+
"title": "Draft post-incident summary",
|
|
1906
|
+
"description": "Capture timeline, impact, and remediation status.",
|
|
1907
|
+
"status": "doing",
|
|
1908
|
+
"position": 2,
|
|
1909
|
+
"due_at": "2026-02-24T17:00:00Z",
|
|
1910
|
+
"assigned_to_user_id": 8
|
|
1862
1911
|
}
|
|
1863
1912
|
}
|
|
1864
1913
|
],
|
|
@@ -1866,28 +1915,25 @@ var operations = [
|
|
|
1866
1915
|
{
|
|
1867
1916
|
"status": "201",
|
|
1868
1917
|
"mediaType": "application/json",
|
|
1869
|
-
"description": "Task
|
|
1918
|
+
"description": "Task created.",
|
|
1870
1919
|
"hasContent": true,
|
|
1871
1920
|
"example": {
|
|
1872
1921
|
"data": {
|
|
1873
1922
|
"id": 42,
|
|
1874
|
-
"
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
1879
|
-
"
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
],
|
|
1889
|
-
"edited_at": "2026-02-22T17:21:00Z",
|
|
1890
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
1923
|
+
"team_id": 42,
|
|
1924
|
+
"board_id": 42,
|
|
1925
|
+
"column_id": 42,
|
|
1926
|
+
"title": "Example Title",
|
|
1927
|
+
"description": "Example description text.",
|
|
1928
|
+
"status": "backlog",
|
|
1929
|
+
"position": 1,
|
|
1930
|
+
"due_at": "2026-02-22T17:21:00Z",
|
|
1931
|
+
"created_by_user_id": 42,
|
|
1932
|
+
"assigned_to_user_id": 42,
|
|
1933
|
+
"assigned_to_agent_id": 42,
|
|
1934
|
+
"assignee_type": "human",
|
|
1935
|
+
"created_at": "2026-02-22T17:21:00Z",
|
|
1936
|
+
"updated_at": "2026-02-22T17:21:00Z"
|
|
1891
1937
|
}
|
|
1892
1938
|
}
|
|
1893
1939
|
},
|
|
@@ -1910,6 +1956,25 @@ var operations = [
|
|
|
1910
1956
|
}
|
|
1911
1957
|
}
|
|
1912
1958
|
},
|
|
1959
|
+
{
|
|
1960
|
+
"status": "402",
|
|
1961
|
+
"mediaType": "application/json",
|
|
1962
|
+
"description": "Plan limit reached.",
|
|
1963
|
+
"hasContent": true,
|
|
1964
|
+
"example": {
|
|
1965
|
+
"error": {
|
|
1966
|
+
"code": "validation.failed",
|
|
1967
|
+
"message": "Validation failed.",
|
|
1968
|
+
"details": {
|
|
1969
|
+
"fields": {
|
|
1970
|
+
"title": [
|
|
1971
|
+
"The title field is required."
|
|
1972
|
+
]
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1913
1978
|
{
|
|
1914
1979
|
"status": "403",
|
|
1915
1980
|
"mediaType": "application/json",
|
|
@@ -1970,13 +2035,13 @@ var operations = [
|
|
|
1970
2035
|
]
|
|
1971
2036
|
},
|
|
1972
2037
|
{
|
|
1973
|
-
"operationId": "
|
|
2038
|
+
"operationId": "createTaskComment",
|
|
1974
2039
|
"method": "post",
|
|
1975
|
-
"path": "/
|
|
1976
|
-
"summary": "Create a
|
|
2040
|
+
"path": "/tasks/{task}/comments",
|
|
2041
|
+
"summary": "Create a comment on one task.",
|
|
1977
2042
|
"description": "",
|
|
1978
2043
|
"tags": [
|
|
1979
|
-
"
|
|
2044
|
+
"Tasks"
|
|
1980
2045
|
],
|
|
1981
2046
|
"security": [
|
|
1982
2047
|
[
|
|
@@ -1989,27 +2054,23 @@ var operations = [
|
|
|
1989
2054
|
"BearerAuth"
|
|
1990
2055
|
]
|
|
1991
2056
|
],
|
|
1992
|
-
"parameters": [
|
|
2057
|
+
"parameters": [
|
|
2058
|
+
{
|
|
2059
|
+
"name": "task",
|
|
2060
|
+
"in": "path",
|
|
2061
|
+
"required": true,
|
|
2062
|
+
"description": "Task identifier.",
|
|
2063
|
+
"example": 1
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
1993
2066
|
"requestBodyRequired": true,
|
|
1994
2067
|
"requestExamples": [
|
|
1995
2068
|
{
|
|
1996
2069
|
"mediaType": "application/json",
|
|
1997
2070
|
"example": {
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"due_at": "2026-02-24T09:00:00Z",
|
|
2002
|
-
"timezone": "America/Los_Angeles",
|
|
2003
|
-
"status": "todo",
|
|
2004
|
-
"priority": "high",
|
|
2005
|
-
"visibility": "workspace",
|
|
2006
|
-
"assignees": [
|
|
2007
|
-
{
|
|
2008
|
-
"assignee_type": "user",
|
|
2009
|
-
"assignee_id": 8,
|
|
2010
|
-
"role": "owner"
|
|
2011
|
-
}
|
|
2012
|
-
]
|
|
2071
|
+
"body": "Posting a handoff note for [@Alex Morgan](/mentions/user/8) to review before standup.",
|
|
2072
|
+
"actor_type": "agent",
|
|
2073
|
+
"actor_id": 42
|
|
2013
2074
|
}
|
|
2014
2075
|
}
|
|
2015
2076
|
],
|
|
@@ -2017,50 +2078,28 @@ var operations = [
|
|
|
2017
2078
|
{
|
|
2018
2079
|
"status": "201",
|
|
2019
2080
|
"mediaType": "application/json",
|
|
2020
|
-
"description": "
|
|
2081
|
+
"description": "Task comment created.",
|
|
2021
2082
|
"hasContent": true,
|
|
2022
2083
|
"example": {
|
|
2023
2084
|
"data": {
|
|
2024
2085
|
"id": 42,
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
"due_at": "2026-02-22T17:21:00Z",
|
|
2032
|
-
"all_day": false,
|
|
2033
|
-
"location": "example",
|
|
2034
|
-
"timezone": "America/Los_Angeles",
|
|
2035
|
-
"status": "todo",
|
|
2036
|
-
"priority": "low",
|
|
2037
|
-
"visibility": "workspace",
|
|
2038
|
-
"created_by": 1,
|
|
2039
|
-
"updated_by": 1,
|
|
2040
|
-
"assignees": [
|
|
2041
|
-
{
|
|
2042
|
-
"id": 42,
|
|
2043
|
-
"assignee_type": "user",
|
|
2044
|
-
"assignee_id": 42,
|
|
2045
|
-
"role": "owner",
|
|
2046
|
-
"name": "Example Name",
|
|
2047
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
2048
|
-
}
|
|
2049
|
-
],
|
|
2050
|
-
"links": [
|
|
2086
|
+
"task_id": 42,
|
|
2087
|
+
"actor_type": "user",
|
|
2088
|
+
"actor_id": 42,
|
|
2089
|
+
"actor_name": "Example Name",
|
|
2090
|
+
"body": "Example content.",
|
|
2091
|
+
"mentions": [
|
|
2051
2092
|
{
|
|
2093
|
+
"key": "example",
|
|
2094
|
+
"type": "user",
|
|
2052
2095
|
"id": 42,
|
|
2053
|
-
"
|
|
2054
|
-
"
|
|
2055
|
-
"
|
|
2056
|
-
"title": "Example Title",
|
|
2057
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
2096
|
+
"label": "example",
|
|
2097
|
+
"handle": "example",
|
|
2098
|
+
"token": "example"
|
|
2058
2099
|
}
|
|
2059
2100
|
],
|
|
2060
|
-
"
|
|
2061
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
2062
|
-
"updated_at": "2026-02-22T17:21:00Z",
|
|
2063
|
-
"deleted_at": "2026-02-22T17:21:00Z"
|
|
2101
|
+
"edited_at": "2026-02-22T17:21:00Z",
|
|
2102
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
2064
2103
|
}
|
|
2065
2104
|
}
|
|
2066
2105
|
},
|
|
@@ -2084,9 +2123,9 @@ var operations = [
|
|
|
2084
2123
|
}
|
|
2085
2124
|
},
|
|
2086
2125
|
{
|
|
2087
|
-
"status": "
|
|
2126
|
+
"status": "403",
|
|
2088
2127
|
"mediaType": "application/json",
|
|
2089
|
-
"description": "
|
|
2128
|
+
"description": "Forbidden.",
|
|
2090
2129
|
"hasContent": true,
|
|
2091
2130
|
"example": {
|
|
2092
2131
|
"error": {
|
|
@@ -2103,9 +2142,9 @@ var operations = [
|
|
|
2103
2142
|
}
|
|
2104
2143
|
},
|
|
2105
2144
|
{
|
|
2106
|
-
"status": "
|
|
2145
|
+
"status": "404",
|
|
2107
2146
|
"mediaType": "application/json",
|
|
2108
|
-
"description": "
|
|
2147
|
+
"description": "Resource not found.",
|
|
2109
2148
|
"hasContent": true,
|
|
2110
2149
|
"example": {
|
|
2111
2150
|
"error": {
|
|
@@ -2122,28 +2161,9 @@ var operations = [
|
|
|
2122
2161
|
}
|
|
2123
2162
|
},
|
|
2124
2163
|
{
|
|
2125
|
-
"status": "
|
|
2164
|
+
"status": "422",
|
|
2126
2165
|
"mediaType": "application/json",
|
|
2127
|
-
"description": "
|
|
2128
|
-
"hasContent": true,
|
|
2129
|
-
"example": {
|
|
2130
|
-
"error": {
|
|
2131
|
-
"code": "validation.failed",
|
|
2132
|
-
"message": "Validation failed.",
|
|
2133
|
-
"details": {
|
|
2134
|
-
"fields": {
|
|
2135
|
-
"title": [
|
|
2136
|
-
"The title field is required."
|
|
2137
|
-
]
|
|
2138
|
-
}
|
|
2139
|
-
}
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"status": "422",
|
|
2145
|
-
"mediaType": "application/json",
|
|
2146
|
-
"description": "Validation failed.",
|
|
2166
|
+
"description": "Validation failed.",
|
|
2147
2167
|
"hasContent": true,
|
|
2148
2168
|
"example": {
|
|
2149
2169
|
"error": {
|
|
@@ -2513,13 +2533,13 @@ var operations = [
|
|
|
2513
2533
|
]
|
|
2514
2534
|
},
|
|
2515
2535
|
{
|
|
2516
|
-
"operationId": "
|
|
2536
|
+
"operationId": "deleteCalendarItem",
|
|
2517
2537
|
"method": "delete",
|
|
2518
|
-
"path": "/
|
|
2519
|
-
"summary": "Delete a
|
|
2538
|
+
"path": "/calendar/items/{item}",
|
|
2539
|
+
"summary": "Delete a calendar item.",
|
|
2520
2540
|
"description": "",
|
|
2521
2541
|
"tags": [
|
|
2522
|
-
"
|
|
2542
|
+
"Calendar"
|
|
2523
2543
|
],
|
|
2524
2544
|
"security": [
|
|
2525
2545
|
[
|
|
@@ -2534,10 +2554,10 @@ var operations = [
|
|
|
2534
2554
|
],
|
|
2535
2555
|
"parameters": [
|
|
2536
2556
|
{
|
|
2537
|
-
"name": "
|
|
2557
|
+
"name": "item",
|
|
2538
2558
|
"in": "path",
|
|
2539
2559
|
"required": true,
|
|
2540
|
-
"description": "
|
|
2560
|
+
"description": "Calendar item identifier.",
|
|
2541
2561
|
"example": 1
|
|
2542
2562
|
}
|
|
2543
2563
|
],
|
|
@@ -2615,10 +2635,10 @@ var operations = [
|
|
|
2615
2635
|
]
|
|
2616
2636
|
},
|
|
2617
2637
|
{
|
|
2618
|
-
"operationId": "
|
|
2638
|
+
"operationId": "deleteTask",
|
|
2619
2639
|
"method": "delete",
|
|
2620
|
-
"path": "/tasks/{task}
|
|
2621
|
-
"summary": "Delete
|
|
2640
|
+
"path": "/tasks/{task}",
|
|
2641
|
+
"summary": "Delete a task.",
|
|
2622
2642
|
"description": "",
|
|
2623
2643
|
"tags": [
|
|
2624
2644
|
"Tasks"
|
|
@@ -2641,13 +2661,6 @@ var operations = [
|
|
|
2641
2661
|
"required": true,
|
|
2642
2662
|
"description": "Task identifier.",
|
|
2643
2663
|
"example": 1
|
|
2644
|
-
},
|
|
2645
|
-
{
|
|
2646
|
-
"name": "comment",
|
|
2647
|
-
"in": "path",
|
|
2648
|
-
"required": true,
|
|
2649
|
-
"description": "Task comment identifier.",
|
|
2650
|
-
"example": 1
|
|
2651
2664
|
}
|
|
2652
2665
|
],
|
|
2653
2666
|
"requestBodyRequired": false,
|
|
@@ -2724,13 +2737,13 @@ var operations = [
|
|
|
2724
2737
|
]
|
|
2725
2738
|
},
|
|
2726
2739
|
{
|
|
2727
|
-
"operationId": "
|
|
2740
|
+
"operationId": "deleteTaskComment",
|
|
2728
2741
|
"method": "delete",
|
|
2729
|
-
"path": "/
|
|
2730
|
-
"summary": "Delete
|
|
2742
|
+
"path": "/tasks/{task}/comments/{comment}",
|
|
2743
|
+
"summary": "Delete one existing task comment.",
|
|
2731
2744
|
"description": "",
|
|
2732
2745
|
"tags": [
|
|
2733
|
-
"
|
|
2746
|
+
"Tasks"
|
|
2734
2747
|
],
|
|
2735
2748
|
"security": [
|
|
2736
2749
|
[
|
|
@@ -2745,10 +2758,17 @@ var operations = [
|
|
|
2745
2758
|
],
|
|
2746
2759
|
"parameters": [
|
|
2747
2760
|
{
|
|
2748
|
-
"name": "
|
|
2761
|
+
"name": "task",
|
|
2749
2762
|
"in": "path",
|
|
2750
2763
|
"required": true,
|
|
2751
|
-
"description": "
|
|
2764
|
+
"description": "Task identifier.",
|
|
2765
|
+
"example": 1
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "comment",
|
|
2769
|
+
"in": "path",
|
|
2770
|
+
"required": true,
|
|
2771
|
+
"description": "Task comment identifier.",
|
|
2752
2772
|
"example": 1
|
|
2753
2773
|
}
|
|
2754
2774
|
],
|
|
@@ -3618,6 +3638,197 @@ var operations = [
|
|
|
3618
3638
|
}
|
|
3619
3639
|
]
|
|
3620
3640
|
},
|
|
3641
|
+
{
|
|
3642
|
+
"operationId": "listCalendar",
|
|
3643
|
+
"method": "get",
|
|
3644
|
+
"path": "/calendar",
|
|
3645
|
+
"summary": "List calendar items.",
|
|
3646
|
+
"description": "",
|
|
3647
|
+
"tags": [
|
|
3648
|
+
"Calendar"
|
|
3649
|
+
],
|
|
3650
|
+
"security": [
|
|
3651
|
+
[
|
|
3652
|
+
"ApiKeyAuth"
|
|
3653
|
+
],
|
|
3654
|
+
[
|
|
3655
|
+
"AgentBearerAuth"
|
|
3656
|
+
],
|
|
3657
|
+
[
|
|
3658
|
+
"BearerAuth"
|
|
3659
|
+
]
|
|
3660
|
+
],
|
|
3661
|
+
"parameters": [
|
|
3662
|
+
{
|
|
3663
|
+
"name": "view",
|
|
3664
|
+
"in": "query",
|
|
3665
|
+
"required": false,
|
|
3666
|
+
"description": "Allowed values: month, week, list.",
|
|
3667
|
+
"example": "month"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "start",
|
|
3671
|
+
"in": "query",
|
|
3672
|
+
"required": false,
|
|
3673
|
+
"description": "Start.",
|
|
3674
|
+
"example": "2026-02-22T17:21:00Z"
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "end",
|
|
3678
|
+
"in": "query",
|
|
3679
|
+
"required": false,
|
|
3680
|
+
"description": "End.",
|
|
3681
|
+
"example": "2026-02-22T17:21:00Z"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "type",
|
|
3685
|
+
"in": "query",
|
|
3686
|
+
"required": false,
|
|
3687
|
+
"description": "Type discriminator for this record. Allowed values: event, task.",
|
|
3688
|
+
"example": "event"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "status",
|
|
3692
|
+
"in": "query",
|
|
3693
|
+
"required": false,
|
|
3694
|
+
"description": "Current lifecycle status for this record. Allowed values: todo, in_progress, blocked, done, canceled.",
|
|
3695
|
+
"example": "todo"
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"name": "priority",
|
|
3699
|
+
"in": "query",
|
|
3700
|
+
"required": false,
|
|
3701
|
+
"description": "Priority level for this record. Allowed values: low, medium, high, urgent.",
|
|
3702
|
+
"example": "low"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "assignee",
|
|
3706
|
+
"in": "query",
|
|
3707
|
+
"required": false,
|
|
3708
|
+
"description": "Assignee.",
|
|
3709
|
+
"example": "example"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "q",
|
|
3713
|
+
"in": "query",
|
|
3714
|
+
"required": false,
|
|
3715
|
+
"description": "Case-insensitive text search query.",
|
|
3716
|
+
"example": "retro"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"name": "per_page",
|
|
3720
|
+
"in": "query",
|
|
3721
|
+
"required": false,
|
|
3722
|
+
"description": "Page size for paginated responses.",
|
|
3723
|
+
"example": 25
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"requestBodyRequired": false,
|
|
3727
|
+
"requestExamples": [],
|
|
3728
|
+
"responses": [
|
|
3729
|
+
{
|
|
3730
|
+
"status": "200",
|
|
3731
|
+
"mediaType": "application/json",
|
|
3732
|
+
"description": "Calendar items returned.",
|
|
3733
|
+
"hasContent": true,
|
|
3734
|
+
"example": {
|
|
3735
|
+
"data": [
|
|
3736
|
+
{
|
|
3737
|
+
"id": 42,
|
|
3738
|
+
"workspace_id": 42,
|
|
3739
|
+
"type": "event",
|
|
3740
|
+
"title": "Example Title",
|
|
3741
|
+
"description": "Example description text.",
|
|
3742
|
+
"start_at": "2026-02-22T17:21:00Z",
|
|
3743
|
+
"end_at": "2026-02-22T17:21:00Z",
|
|
3744
|
+
"due_at": "2026-02-22T17:21:00Z",
|
|
3745
|
+
"all_day": false,
|
|
3746
|
+
"location": "example",
|
|
3747
|
+
"timezone": "America/Los_Angeles",
|
|
3748
|
+
"status": "todo",
|
|
3749
|
+
"priority": "low",
|
|
3750
|
+
"visibility": "workspace",
|
|
3751
|
+
"created_by": 1,
|
|
3752
|
+
"updated_by": 1,
|
|
3753
|
+
"assignees": [
|
|
3754
|
+
{
|
|
3755
|
+
"id": 42,
|
|
3756
|
+
"assignee_type": "user",
|
|
3757
|
+
"assignee_id": 42,
|
|
3758
|
+
"role": "owner",
|
|
3759
|
+
"name": "Example Name",
|
|
3760
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"comments_count": 1,
|
|
3764
|
+
"created_at": "2026-02-22T17:21:00Z",
|
|
3765
|
+
"updated_at": "2026-02-22T17:21:00Z",
|
|
3766
|
+
"deleted_at": "2026-02-22T17:21:00Z"
|
|
3767
|
+
}
|
|
3768
|
+
],
|
|
3769
|
+
"links": {
|
|
3770
|
+
"first": "example",
|
|
3771
|
+
"last": "example",
|
|
3772
|
+
"prev": "example",
|
|
3773
|
+
"next": "example"
|
|
3774
|
+
},
|
|
3775
|
+
"meta": {
|
|
3776
|
+
"current_page": 1,
|
|
3777
|
+
"from": 1,
|
|
3778
|
+
"last_page": 1,
|
|
3779
|
+
"links": [
|
|
3780
|
+
{
|
|
3781
|
+
"url": "https://agentmc.example.com/docs/incident-123",
|
|
3782
|
+
"label": "example",
|
|
3783
|
+
"active": true
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"path": "example",
|
|
3787
|
+
"per_page": 25,
|
|
3788
|
+
"total": 0
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"status": "401",
|
|
3794
|
+
"mediaType": "application/json",
|
|
3795
|
+
"description": "Missing or invalid credentials.",
|
|
3796
|
+
"hasContent": true,
|
|
3797
|
+
"example": {
|
|
3798
|
+
"error": {
|
|
3799
|
+
"code": "validation.failed",
|
|
3800
|
+
"message": "Validation failed.",
|
|
3801
|
+
"details": {
|
|
3802
|
+
"fields": {
|
|
3803
|
+
"title": [
|
|
3804
|
+
"The title field is required."
|
|
3805
|
+
]
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"status": "403",
|
|
3813
|
+
"mediaType": "application/json",
|
|
3814
|
+
"description": "Forbidden.",
|
|
3815
|
+
"hasContent": true,
|
|
3816
|
+
"example": {
|
|
3817
|
+
"error": {
|
|
3818
|
+
"code": "validation.failed",
|
|
3819
|
+
"message": "Validation failed.",
|
|
3820
|
+
"details": {
|
|
3821
|
+
"fields": {
|
|
3822
|
+
"title": [
|
|
3823
|
+
"The title field is required."
|
|
3824
|
+
]
|
|
3825
|
+
}
|
|
3826
|
+
}
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3621
3832
|
{
|
|
3622
3833
|
"operationId": "listHosts",
|
|
3623
3834
|
"method": "get",
|
|
@@ -3880,7 +4091,7 @@ var operations = [
|
|
|
3880
4091
|
"operationId": "listNotifications",
|
|
3881
4092
|
"method": "get",
|
|
3882
4093
|
"path": "/notifications",
|
|
3883
|
-
"summary": "List workspace notifications (mentions and
|
|
4094
|
+
"summary": "List workspace notifications (mentions, assignments, and comment activity) for the authenticated principal.",
|
|
3884
4095
|
"description": "",
|
|
3885
4096
|
"tags": [
|
|
3886
4097
|
"Notifications"
|
|
@@ -4799,13 +5010,13 @@ var operations = [
|
|
|
4799
5010
|
]
|
|
4800
5011
|
},
|
|
4801
5012
|
{
|
|
4802
|
-
"operationId": "
|
|
5013
|
+
"operationId": "showCalendarItem",
|
|
4803
5014
|
"method": "get",
|
|
4804
|
-
"path": "/
|
|
4805
|
-
"summary": "Show one
|
|
4806
|
-
"description": "
|
|
5015
|
+
"path": "/calendar/items/{item}",
|
|
5016
|
+
"summary": "Show one calendar item.",
|
|
5017
|
+
"description": "",
|
|
4807
5018
|
"tags": [
|
|
4808
|
-
"
|
|
5019
|
+
"Calendar"
|
|
4809
5020
|
],
|
|
4810
5021
|
"security": [
|
|
4811
5022
|
[
|
|
@@ -4820,18 +5031,11 @@ var operations = [
|
|
|
4820
5031
|
],
|
|
4821
5032
|
"parameters": [
|
|
4822
5033
|
{
|
|
4823
|
-
"name": "
|
|
5034
|
+
"name": "item",
|
|
4824
5035
|
"in": "path",
|
|
4825
5036
|
"required": true,
|
|
4826
|
-
"description": "
|
|
4827
|
-
"example":
|
|
4828
|
-
},
|
|
4829
|
-
{
|
|
4830
|
-
"name": "agents_per_page",
|
|
4831
|
-
"in": "query",
|
|
4832
|
-
"required": false,
|
|
4833
|
-
"description": "Agents per page.",
|
|
4834
|
-
"example": 25
|
|
5037
|
+
"description": "Calendar item identifier.",
|
|
5038
|
+
"example": 1
|
|
4835
5039
|
}
|
|
4836
5040
|
],
|
|
4837
5041
|
"requestBodyRequired": false,
|
|
@@ -4840,53 +5044,40 @@ var operations = [
|
|
|
4840
5044
|
{
|
|
4841
5045
|
"status": "200",
|
|
4842
5046
|
"mediaType": "application/json",
|
|
4843
|
-
"description": "
|
|
5047
|
+
"description": "Calendar item returned.",
|
|
4844
5048
|
"hasContent": true,
|
|
4845
5049
|
"example": {
|
|
4846
5050
|
"data": {
|
|
4847
5051
|
"id": 42,
|
|
4848
|
-
"
|
|
4849
|
-
"
|
|
4850
|
-
"
|
|
4851
|
-
"
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
5052
|
+
"workspace_id": 42,
|
|
5053
|
+
"type": "event",
|
|
5054
|
+
"title": "Example Title",
|
|
5055
|
+
"description": "Example description text.",
|
|
5056
|
+
"start_at": "2026-02-22T17:21:00Z",
|
|
5057
|
+
"end_at": "2026-02-22T17:21:00Z",
|
|
5058
|
+
"due_at": "2026-02-22T17:21:00Z",
|
|
5059
|
+
"all_day": false,
|
|
5060
|
+
"location": "example",
|
|
5061
|
+
"timezone": "America/Los_Angeles",
|
|
5062
|
+
"status": "todo",
|
|
5063
|
+
"priority": "low",
|
|
5064
|
+
"visibility": "workspace",
|
|
5065
|
+
"created_by": 1,
|
|
5066
|
+
"updated_by": 1,
|
|
5067
|
+
"assignees": [
|
|
5068
|
+
{
|
|
5069
|
+
"id": 42,
|
|
5070
|
+
"assignee_type": "user",
|
|
5071
|
+
"assignee_id": 42,
|
|
5072
|
+
"role": "owner",
|
|
5073
|
+
"name": "Example Name",
|
|
5074
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
4863
5075
|
}
|
|
4864
|
-
|
|
4865
|
-
"
|
|
4866
|
-
"agents_total": 1,
|
|
4867
|
-
"agents_online": 1,
|
|
5076
|
+
],
|
|
5077
|
+
"comments_count": 1,
|
|
4868
5078
|
"created_at": "2026-02-22T17:21:00Z",
|
|
4869
|
-
"updated_at": "2026-02-22T17:21:00Z"
|
|
4870
|
-
|
|
4871
|
-
"agents": [
|
|
4872
|
-
{
|
|
4873
|
-
"id": 42,
|
|
4874
|
-
"workspace_id": 42,
|
|
4875
|
-
"host_id": 42,
|
|
4876
|
-
"name": "Example Name",
|
|
4877
|
-
"type": "example",
|
|
4878
|
-
"status": "pending",
|
|
4879
|
-
"tasks_count": 0,
|
|
4880
|
-
"last_seen_at": "2026-02-22T17:21:00Z",
|
|
4881
|
-
"created_at": "2026-02-22T17:21:00Z",
|
|
4882
|
-
"updated_at": "2026-02-22T17:21:00Z"
|
|
4883
|
-
}
|
|
4884
|
-
],
|
|
4885
|
-
"agents_meta": {
|
|
4886
|
-
"current_page": 1,
|
|
4887
|
-
"last_page": 1,
|
|
4888
|
-
"per_page": 25,
|
|
4889
|
-
"total": 0
|
|
5079
|
+
"updated_at": "2026-02-22T17:21:00Z",
|
|
5080
|
+
"deleted_at": "2026-02-22T17:21:00Z"
|
|
4890
5081
|
}
|
|
4891
5082
|
}
|
|
4892
5083
|
},
|
|
@@ -4950,13 +5141,13 @@ var operations = [
|
|
|
4950
5141
|
]
|
|
4951
5142
|
},
|
|
4952
5143
|
{
|
|
4953
|
-
"operationId": "
|
|
5144
|
+
"operationId": "showHost",
|
|
4954
5145
|
"method": "get",
|
|
4955
|
-
"path": "/
|
|
4956
|
-
"summary": "Show one
|
|
4957
|
-
"description": "",
|
|
5146
|
+
"path": "/hosts/{id}",
|
|
5147
|
+
"summary": "Show one host.",
|
|
5148
|
+
"description": "Returns one host record including id/team/name/fingerprint, status + last_seen_at, metadata snapshot, and assigned-agent totals.",
|
|
4958
5149
|
"tags": [
|
|
4959
|
-
"
|
|
5150
|
+
"Hosts"
|
|
4960
5151
|
],
|
|
4961
5152
|
"security": [
|
|
4962
5153
|
[
|
|
@@ -4971,11 +5162,18 @@ var operations = [
|
|
|
4971
5162
|
],
|
|
4972
5163
|
"parameters": [
|
|
4973
5164
|
{
|
|
4974
|
-
"name": "
|
|
5165
|
+
"name": "id",
|
|
4975
5166
|
"in": "path",
|
|
4976
5167
|
"required": true,
|
|
4977
|
-
"description": "
|
|
4978
|
-
"example":
|
|
5168
|
+
"description": "Host identifier.",
|
|
5169
|
+
"example": 42
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"name": "agents_per_page",
|
|
5173
|
+
"in": "query",
|
|
5174
|
+
"required": false,
|
|
5175
|
+
"description": "Agents per page.",
|
|
5176
|
+
"example": 25
|
|
4979
5177
|
}
|
|
4980
5178
|
],
|
|
4981
5179
|
"requestBodyRequired": false,
|
|
@@ -4984,25 +5182,53 @@ var operations = [
|
|
|
4984
5182
|
{
|
|
4985
5183
|
"status": "200",
|
|
4986
5184
|
"mediaType": "application/json",
|
|
4987
|
-
"description": "
|
|
5185
|
+
"description": "Host returned.",
|
|
4988
5186
|
"hasContent": true,
|
|
4989
5187
|
"example": {
|
|
4990
5188
|
"data": {
|
|
4991
5189
|
"id": 42,
|
|
4992
5190
|
"team_id": 42,
|
|
4993
|
-
"
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
4997
|
-
"
|
|
4998
|
-
|
|
4999
|
-
|
|
5191
|
+
"name": "Example Name",
|
|
5192
|
+
"fingerprint": "a3f56f330f311a2159f8c101eaf1439a29f1d57f007375d56aa79f304bc4f112",
|
|
5193
|
+
"status": "online",
|
|
5194
|
+
"last_seen_at": "2026-02-22T17:21:00Z",
|
|
5195
|
+
"meta": {
|
|
5196
|
+
"hostname": "worker-01",
|
|
5197
|
+
"ip": "10.0.2.15",
|
|
5198
|
+
"os": "Ubuntu",
|
|
5199
|
+
"arch": "x86_64",
|
|
5200
|
+
"cpu": "Intel Xeon",
|
|
5201
|
+
"ram_gb": 32,
|
|
5202
|
+
"runtime": {
|
|
5203
|
+
"name": "openclaw",
|
|
5204
|
+
"version": "1.14.2"
|
|
5205
|
+
}
|
|
5206
|
+
},
|
|
5000
5207
|
"created_by_user_id": 42,
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5003
|
-
"assignee_type": "human",
|
|
5208
|
+
"agents_total": 1,
|
|
5209
|
+
"agents_online": 1,
|
|
5004
5210
|
"created_at": "2026-02-22T17:21:00Z",
|
|
5005
5211
|
"updated_at": "2026-02-22T17:21:00Z"
|
|
5212
|
+
},
|
|
5213
|
+
"agents": [
|
|
5214
|
+
{
|
|
5215
|
+
"id": 42,
|
|
5216
|
+
"workspace_id": 42,
|
|
5217
|
+
"host_id": 42,
|
|
5218
|
+
"name": "Example Name",
|
|
5219
|
+
"type": "example",
|
|
5220
|
+
"status": "pending",
|
|
5221
|
+
"tasks_count": 0,
|
|
5222
|
+
"last_seen_at": "2026-02-22T17:21:00Z",
|
|
5223
|
+
"created_at": "2026-02-22T17:21:00Z",
|
|
5224
|
+
"updated_at": "2026-02-22T17:21:00Z"
|
|
5225
|
+
}
|
|
5226
|
+
],
|
|
5227
|
+
"agents_meta": {
|
|
5228
|
+
"current_page": 1,
|
|
5229
|
+
"last_page": 1,
|
|
5230
|
+
"per_page": 25,
|
|
5231
|
+
"total": 0
|
|
5006
5232
|
}
|
|
5007
5233
|
}
|
|
5008
5234
|
},
|
|
@@ -5066,13 +5292,13 @@ var operations = [
|
|
|
5066
5292
|
]
|
|
5067
5293
|
},
|
|
5068
5294
|
{
|
|
5069
|
-
"operationId": "
|
|
5295
|
+
"operationId": "showTask",
|
|
5070
5296
|
"method": "get",
|
|
5071
|
-
"path": "/
|
|
5072
|
-
"summary": "Show one
|
|
5297
|
+
"path": "/tasks/{task}",
|
|
5298
|
+
"summary": "Show one task.",
|
|
5073
5299
|
"description": "",
|
|
5074
5300
|
"tags": [
|
|
5075
|
-
"
|
|
5301
|
+
"Tasks"
|
|
5076
5302
|
],
|
|
5077
5303
|
"security": [
|
|
5078
5304
|
[
|
|
@@ -5087,10 +5313,10 @@ var operations = [
|
|
|
5087
5313
|
],
|
|
5088
5314
|
"parameters": [
|
|
5089
5315
|
{
|
|
5090
|
-
"name": "
|
|
5316
|
+
"name": "task",
|
|
5091
5317
|
"in": "path",
|
|
5092
5318
|
"required": true,
|
|
5093
|
-
"description": "
|
|
5319
|
+
"description": "Task identifier.",
|
|
5094
5320
|
"example": 1
|
|
5095
5321
|
}
|
|
5096
5322
|
],
|
|
@@ -5100,50 +5326,25 @@ var operations = [
|
|
|
5100
5326
|
{
|
|
5101
5327
|
"status": "200",
|
|
5102
5328
|
"mediaType": "application/json",
|
|
5103
|
-
"description": "
|
|
5329
|
+
"description": "Task returned.",
|
|
5104
5330
|
"hasContent": true,
|
|
5105
5331
|
"example": {
|
|
5106
5332
|
"data": {
|
|
5107
5333
|
"id": 42,
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5334
|
+
"team_id": 42,
|
|
5335
|
+
"board_id": 42,
|
|
5336
|
+
"column_id": 42,
|
|
5110
5337
|
"title": "Example Title",
|
|
5111
5338
|
"description": "Example description text.",
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5339
|
+
"status": "backlog",
|
|
5340
|
+
"position": 1,
|
|
5114
5341
|
"due_at": "2026-02-22T17:21:00Z",
|
|
5115
|
-
"
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5118
|
-
"
|
|
5119
|
-
"priority": "low",
|
|
5120
|
-
"visibility": "workspace",
|
|
5121
|
-
"created_by": 1,
|
|
5122
|
-
"updated_by": 1,
|
|
5123
|
-
"assignees": [
|
|
5124
|
-
{
|
|
5125
|
-
"id": 42,
|
|
5126
|
-
"assignee_type": "user",
|
|
5127
|
-
"assignee_id": 42,
|
|
5128
|
-
"role": "owner",
|
|
5129
|
-
"name": "Example Name",
|
|
5130
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
5131
|
-
}
|
|
5132
|
-
],
|
|
5133
|
-
"links": [
|
|
5134
|
-
{
|
|
5135
|
-
"id": 42,
|
|
5136
|
-
"link_type": "example",
|
|
5137
|
-
"link_id": 42,
|
|
5138
|
-
"url": "https://agentmc.example.com/docs/incident-123",
|
|
5139
|
-
"title": "Example Title",
|
|
5140
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
5141
|
-
}
|
|
5142
|
-
],
|
|
5143
|
-
"comments_count": 1,
|
|
5342
|
+
"created_by_user_id": 42,
|
|
5343
|
+
"assigned_to_user_id": 42,
|
|
5344
|
+
"assigned_to_agent_id": 42,
|
|
5345
|
+
"assignee_type": "human",
|
|
5144
5346
|
"created_at": "2026-02-22T17:21:00Z",
|
|
5145
|
-
"updated_at": "2026-02-22T17:21:00Z"
|
|
5146
|
-
"deleted_at": "2026-02-22T17:21:00Z"
|
|
5347
|
+
"updated_at": "2026-02-22T17:21:00Z"
|
|
5147
5348
|
}
|
|
5148
5349
|
}
|
|
5149
5350
|
},
|
|
@@ -5687,13 +5888,13 @@ var operations = [
|
|
|
5687
5888
|
]
|
|
5688
5889
|
},
|
|
5689
5890
|
{
|
|
5690
|
-
"operationId": "
|
|
5691
|
-
"method": "
|
|
5692
|
-
"path": "/
|
|
5693
|
-
"summary": "Update a
|
|
5891
|
+
"operationId": "updateCalendarItem",
|
|
5892
|
+
"method": "put",
|
|
5893
|
+
"path": "/calendar/items/{item}",
|
|
5894
|
+
"summary": "Update a calendar item.",
|
|
5694
5895
|
"description": "",
|
|
5695
5896
|
"tags": [
|
|
5696
|
-
"
|
|
5897
|
+
"Calendar"
|
|
5697
5898
|
],
|
|
5698
5899
|
"security": [
|
|
5699
5900
|
[
|
|
@@ -5708,10 +5909,10 @@ var operations = [
|
|
|
5708
5909
|
],
|
|
5709
5910
|
"parameters": [
|
|
5710
5911
|
{
|
|
5711
|
-
"name": "
|
|
5912
|
+
"name": "item",
|
|
5712
5913
|
"in": "path",
|
|
5713
5914
|
"required": true,
|
|
5714
|
-
"description": "
|
|
5915
|
+
"description": "Calendar item identifier.",
|
|
5715
5916
|
"example": 1
|
|
5716
5917
|
}
|
|
5717
5918
|
],
|
|
@@ -5720,10 +5921,12 @@ var operations = [
|
|
|
5720
5921
|
{
|
|
5721
5922
|
"mediaType": "application/json",
|
|
5722
5923
|
"example": {
|
|
5723
|
-
"title": "
|
|
5724
|
-
"
|
|
5725
|
-
"due_at": "2026-02-
|
|
5726
|
-
"
|
|
5924
|
+
"title": "Review outage timeline",
|
|
5925
|
+
"description": "Add links to root-cause analysis notes.",
|
|
5926
|
+
"due_at": "2026-02-24T11:00:00Z",
|
|
5927
|
+
"status": "in_progress",
|
|
5928
|
+
"priority": "urgent",
|
|
5929
|
+
"visibility": "workspace"
|
|
5727
5930
|
}
|
|
5728
5931
|
}
|
|
5729
5932
|
],
|
|
@@ -5731,29 +5934,44 @@ var operations = [
|
|
|
5731
5934
|
{
|
|
5732
5935
|
"status": "200",
|
|
5733
5936
|
"mediaType": "application/json",
|
|
5734
|
-
"description": "
|
|
5937
|
+
"description": "Calendar item updated.",
|
|
5735
5938
|
"hasContent": true,
|
|
5736
5939
|
"example": {
|
|
5737
5940
|
"data": {
|
|
5738
5941
|
"id": 42,
|
|
5739
|
-
"
|
|
5740
|
-
"
|
|
5741
|
-
"column_id": 42,
|
|
5942
|
+
"workspace_id": 42,
|
|
5943
|
+
"type": "event",
|
|
5742
5944
|
"title": "Example Title",
|
|
5743
5945
|
"description": "Example description text.",
|
|
5744
|
-
"
|
|
5745
|
-
"
|
|
5946
|
+
"start_at": "2026-02-22T17:21:00Z",
|
|
5947
|
+
"end_at": "2026-02-22T17:21:00Z",
|
|
5746
5948
|
"due_at": "2026-02-22T17:21:00Z",
|
|
5747
|
-
"
|
|
5748
|
-
"
|
|
5749
|
-
"
|
|
5750
|
-
"
|
|
5751
|
-
"
|
|
5752
|
-
"
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5949
|
+
"all_day": false,
|
|
5950
|
+
"location": "example",
|
|
5951
|
+
"timezone": "America/Los_Angeles",
|
|
5952
|
+
"status": "todo",
|
|
5953
|
+
"priority": "low",
|
|
5954
|
+
"visibility": "workspace",
|
|
5955
|
+
"created_by": 1,
|
|
5956
|
+
"updated_by": 1,
|
|
5957
|
+
"assignees": [
|
|
5958
|
+
{
|
|
5959
|
+
"id": 42,
|
|
5960
|
+
"assignee_type": "user",
|
|
5961
|
+
"assignee_id": 42,
|
|
5962
|
+
"role": "owner",
|
|
5963
|
+
"name": "Example Name",
|
|
5964
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
5965
|
+
}
|
|
5966
|
+
],
|
|
5967
|
+
"comments_count": 1,
|
|
5968
|
+
"created_at": "2026-02-22T17:21:00Z",
|
|
5969
|
+
"updated_at": "2026-02-22T17:21:00Z",
|
|
5970
|
+
"deleted_at": "2026-02-22T17:21:00Z"
|
|
5971
|
+
}
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5757
5975
|
"status": "401",
|
|
5758
5976
|
"mediaType": "application/json",
|
|
5759
5977
|
"description": "Missing or invalid credentials.",
|
|
@@ -5832,10 +6050,10 @@ var operations = [
|
|
|
5832
6050
|
]
|
|
5833
6051
|
},
|
|
5834
6052
|
{
|
|
5835
|
-
"operationId": "
|
|
6053
|
+
"operationId": "updateTask",
|
|
5836
6054
|
"method": "patch",
|
|
5837
|
-
"path": "/tasks/{task}
|
|
5838
|
-
"summary": "Update
|
|
6055
|
+
"path": "/tasks/{task}",
|
|
6056
|
+
"summary": "Update a task.",
|
|
5839
6057
|
"description": "",
|
|
5840
6058
|
"tags": [
|
|
5841
6059
|
"Tasks"
|
|
@@ -5858,21 +6076,17 @@ var operations = [
|
|
|
5858
6076
|
"required": true,
|
|
5859
6077
|
"description": "Task identifier.",
|
|
5860
6078
|
"example": 1
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"name": "comment",
|
|
5864
|
-
"in": "path",
|
|
5865
|
-
"required": true,
|
|
5866
|
-
"description": "Task comment identifier.",
|
|
5867
|
-
"example": 1
|
|
5868
6079
|
}
|
|
5869
6080
|
],
|
|
5870
|
-
"requestBodyRequired":
|
|
6081
|
+
"requestBodyRequired": false,
|
|
5871
6082
|
"requestExamples": [
|
|
5872
6083
|
{
|
|
5873
6084
|
"mediaType": "application/json",
|
|
5874
6085
|
"example": {
|
|
5875
|
-
"
|
|
6086
|
+
"title": "Draft post-incident summary",
|
|
6087
|
+
"status": "review",
|
|
6088
|
+
"due_at": "2026-02-24T19:00:00Z",
|
|
6089
|
+
"assigned_to_agent_id": 42
|
|
5876
6090
|
}
|
|
5877
6091
|
}
|
|
5878
6092
|
],
|
|
@@ -5880,28 +6094,25 @@ var operations = [
|
|
|
5880
6094
|
{
|
|
5881
6095
|
"status": "200",
|
|
5882
6096
|
"mediaType": "application/json",
|
|
5883
|
-
"description": "Task
|
|
6097
|
+
"description": "Task updated.",
|
|
5884
6098
|
"hasContent": true,
|
|
5885
6099
|
"example": {
|
|
5886
6100
|
"data": {
|
|
5887
6101
|
"id": 42,
|
|
5888
|
-
"
|
|
5889
|
-
"
|
|
5890
|
-
"
|
|
5891
|
-
"
|
|
5892
|
-
"
|
|
5893
|
-
"
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
],
|
|
5903
|
-
"edited_at": "2026-02-22T17:21:00Z",
|
|
5904
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6102
|
+
"team_id": 42,
|
|
6103
|
+
"board_id": 42,
|
|
6104
|
+
"column_id": 42,
|
|
6105
|
+
"title": "Example Title",
|
|
6106
|
+
"description": "Example description text.",
|
|
6107
|
+
"status": "backlog",
|
|
6108
|
+
"position": 1,
|
|
6109
|
+
"due_at": "2026-02-22T17:21:00Z",
|
|
6110
|
+
"created_by_user_id": 42,
|
|
6111
|
+
"assigned_to_user_id": 42,
|
|
6112
|
+
"assigned_to_agent_id": 42,
|
|
6113
|
+
"assignee_type": "human",
|
|
6114
|
+
"created_at": "2026-02-22T17:21:00Z",
|
|
6115
|
+
"updated_at": "2026-02-22T17:21:00Z"
|
|
5905
6116
|
}
|
|
5906
6117
|
}
|
|
5907
6118
|
},
|
|
@@ -5984,13 +6195,13 @@ var operations = [
|
|
|
5984
6195
|
]
|
|
5985
6196
|
},
|
|
5986
6197
|
{
|
|
5987
|
-
"operationId": "
|
|
5988
|
-
"method": "
|
|
5989
|
-
"path": "/
|
|
5990
|
-
"summary": "Update
|
|
6198
|
+
"operationId": "updateTaskComment",
|
|
6199
|
+
"method": "patch",
|
|
6200
|
+
"path": "/tasks/{task}/comments/{comment}",
|
|
6201
|
+
"summary": "Update one existing task comment.",
|
|
5991
6202
|
"description": "",
|
|
5992
6203
|
"tags": [
|
|
5993
|
-
"
|
|
6204
|
+
"Tasks"
|
|
5994
6205
|
],
|
|
5995
6206
|
"security": [
|
|
5996
6207
|
[
|
|
@@ -6005,24 +6216,26 @@ var operations = [
|
|
|
6005
6216
|
],
|
|
6006
6217
|
"parameters": [
|
|
6007
6218
|
{
|
|
6008
|
-
"name": "
|
|
6219
|
+
"name": "task",
|
|
6009
6220
|
"in": "path",
|
|
6010
6221
|
"required": true,
|
|
6011
|
-
"description": "
|
|
6222
|
+
"description": "Task identifier.",
|
|
6223
|
+
"example": 1
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
"name": "comment",
|
|
6227
|
+
"in": "path",
|
|
6228
|
+
"required": true,
|
|
6229
|
+
"description": "Task comment identifier.",
|
|
6012
6230
|
"example": 1
|
|
6013
6231
|
}
|
|
6014
6232
|
],
|
|
6015
|
-
"requestBodyRequired":
|
|
6233
|
+
"requestBodyRequired": true,
|
|
6016
6234
|
"requestExamples": [
|
|
6017
6235
|
{
|
|
6018
6236
|
"mediaType": "application/json",
|
|
6019
6237
|
"example": {
|
|
6020
|
-
"
|
|
6021
|
-
"description": "Add links to root-cause analysis notes.",
|
|
6022
|
-
"due_at": "2026-02-24T11:00:00Z",
|
|
6023
|
-
"status": "in_progress",
|
|
6024
|
-
"priority": "urgent",
|
|
6025
|
-
"visibility": "workspace"
|
|
6238
|
+
"body": "Updated handoff note with the latest timeline and log links."
|
|
6026
6239
|
}
|
|
6027
6240
|
}
|
|
6028
6241
|
],
|
|
@@ -6030,50 +6243,28 @@ var operations = [
|
|
|
6030
6243
|
{
|
|
6031
6244
|
"status": "200",
|
|
6032
6245
|
"mediaType": "application/json",
|
|
6033
|
-
"description": "
|
|
6246
|
+
"description": "Task comment updated.",
|
|
6034
6247
|
"hasContent": true,
|
|
6035
6248
|
"example": {
|
|
6036
6249
|
"data": {
|
|
6037
6250
|
"id": 42,
|
|
6038
|
-
"
|
|
6039
|
-
"
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
6042
|
-
"
|
|
6043
|
-
"
|
|
6044
|
-
"due_at": "2026-02-22T17:21:00Z",
|
|
6045
|
-
"all_day": false,
|
|
6046
|
-
"location": "example",
|
|
6047
|
-
"timezone": "America/Los_Angeles",
|
|
6048
|
-
"status": "todo",
|
|
6049
|
-
"priority": "low",
|
|
6050
|
-
"visibility": "workspace",
|
|
6051
|
-
"created_by": 1,
|
|
6052
|
-
"updated_by": 1,
|
|
6053
|
-
"assignees": [
|
|
6054
|
-
{
|
|
6055
|
-
"id": 42,
|
|
6056
|
-
"assignee_type": "user",
|
|
6057
|
-
"assignee_id": 42,
|
|
6058
|
-
"role": "owner",
|
|
6059
|
-
"name": "Example Name",
|
|
6060
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6061
|
-
}
|
|
6062
|
-
],
|
|
6063
|
-
"links": [
|
|
6251
|
+
"task_id": 42,
|
|
6252
|
+
"actor_type": "user",
|
|
6253
|
+
"actor_id": 42,
|
|
6254
|
+
"actor_name": "Example Name",
|
|
6255
|
+
"body": "Example content.",
|
|
6256
|
+
"mentions": [
|
|
6064
6257
|
{
|
|
6258
|
+
"key": "example",
|
|
6259
|
+
"type": "user",
|
|
6065
6260
|
"id": 42,
|
|
6066
|
-
"
|
|
6067
|
-
"
|
|
6068
|
-
"
|
|
6069
|
-
"title": "Example Title",
|
|
6070
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6261
|
+
"label": "example",
|
|
6262
|
+
"handle": "example",
|
|
6263
|
+
"token": "example"
|
|
6071
6264
|
}
|
|
6072
6265
|
],
|
|
6073
|
-
"
|
|
6074
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6075
|
-
"updated_at": "2026-02-22T17:21:00Z",
|
|
6076
|
-
"deleted_at": "2026-02-22T17:21:00Z"
|
|
6266
|
+
"edited_at": "2026-02-22T17:21:00Z",
|
|
6267
|
+
"created_at": "2026-02-22T17:21:00Z"
|
|
6077
6268
|
}
|
|
6078
6269
|
}
|
|
6079
6270
|
},
|
|
@@ -6154,207 +6345,6 @@ var operations = [
|
|
|
6154
6345
|
}
|
|
6155
6346
|
}
|
|
6156
6347
|
]
|
|
6157
|
-
},
|
|
6158
|
-
{
|
|
6159
|
-
"operationId": "workspaceCalendar",
|
|
6160
|
-
"method": "get",
|
|
6161
|
-
"path": "/calendar",
|
|
6162
|
-
"summary": "List calendar items.",
|
|
6163
|
-
"description": "",
|
|
6164
|
-
"tags": [
|
|
6165
|
-
"Calendar"
|
|
6166
|
-
],
|
|
6167
|
-
"security": [
|
|
6168
|
-
[
|
|
6169
|
-
"ApiKeyAuth"
|
|
6170
|
-
],
|
|
6171
|
-
[
|
|
6172
|
-
"AgentBearerAuth"
|
|
6173
|
-
],
|
|
6174
|
-
[
|
|
6175
|
-
"BearerAuth"
|
|
6176
|
-
]
|
|
6177
|
-
],
|
|
6178
|
-
"parameters": [
|
|
6179
|
-
{
|
|
6180
|
-
"name": "view",
|
|
6181
|
-
"in": "query",
|
|
6182
|
-
"required": false,
|
|
6183
|
-
"description": "Allowed values: month, week, list.",
|
|
6184
|
-
"example": "month"
|
|
6185
|
-
},
|
|
6186
|
-
{
|
|
6187
|
-
"name": "start",
|
|
6188
|
-
"in": "query",
|
|
6189
|
-
"required": false,
|
|
6190
|
-
"description": "Start.",
|
|
6191
|
-
"example": "2026-02-22T17:21:00Z"
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
6194
|
-
"name": "end",
|
|
6195
|
-
"in": "query",
|
|
6196
|
-
"required": false,
|
|
6197
|
-
"description": "End.",
|
|
6198
|
-
"example": "2026-02-22T17:21:00Z"
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"name": "type",
|
|
6202
|
-
"in": "query",
|
|
6203
|
-
"required": false,
|
|
6204
|
-
"description": "Type discriminator for this record. Allowed values: event, task.",
|
|
6205
|
-
"example": "event"
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "status",
|
|
6209
|
-
"in": "query",
|
|
6210
|
-
"required": false,
|
|
6211
|
-
"description": "Current lifecycle status for this record. Allowed values: todo, in_progress, blocked, done, canceled.",
|
|
6212
|
-
"example": "todo"
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"name": "priority",
|
|
6216
|
-
"in": "query",
|
|
6217
|
-
"required": false,
|
|
6218
|
-
"description": "Priority level for this record. Allowed values: low, medium, high, urgent.",
|
|
6219
|
-
"example": "low"
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"name": "assignee",
|
|
6223
|
-
"in": "query",
|
|
6224
|
-
"required": false,
|
|
6225
|
-
"description": "Assignee.",
|
|
6226
|
-
"example": "example"
|
|
6227
|
-
},
|
|
6228
|
-
{
|
|
6229
|
-
"name": "q",
|
|
6230
|
-
"in": "query",
|
|
6231
|
-
"required": false,
|
|
6232
|
-
"description": "Case-insensitive text search query.",
|
|
6233
|
-
"example": "retro"
|
|
6234
|
-
},
|
|
6235
|
-
{
|
|
6236
|
-
"name": "per_page",
|
|
6237
|
-
"in": "query",
|
|
6238
|
-
"required": false,
|
|
6239
|
-
"description": "Page size for paginated responses.",
|
|
6240
|
-
"example": 25
|
|
6241
|
-
}
|
|
6242
|
-
],
|
|
6243
|
-
"requestBodyRequired": false,
|
|
6244
|
-
"requestExamples": [],
|
|
6245
|
-
"responses": [
|
|
6246
|
-
{
|
|
6247
|
-
"status": "200",
|
|
6248
|
-
"mediaType": "application/json",
|
|
6249
|
-
"description": "Calendar items returned.",
|
|
6250
|
-
"hasContent": true,
|
|
6251
|
-
"example": {
|
|
6252
|
-
"data": [
|
|
6253
|
-
{
|
|
6254
|
-
"id": 42,
|
|
6255
|
-
"workspace_id": 42,
|
|
6256
|
-
"type": "event",
|
|
6257
|
-
"title": "Example Title",
|
|
6258
|
-
"description": "Example description text.",
|
|
6259
|
-
"start_at": "2026-02-22T17:21:00Z",
|
|
6260
|
-
"end_at": "2026-02-22T17:21:00Z",
|
|
6261
|
-
"due_at": "2026-02-22T17:21:00Z",
|
|
6262
|
-
"all_day": false,
|
|
6263
|
-
"location": "example",
|
|
6264
|
-
"timezone": "America/Los_Angeles",
|
|
6265
|
-
"status": "todo",
|
|
6266
|
-
"priority": "low",
|
|
6267
|
-
"visibility": "workspace",
|
|
6268
|
-
"created_by": 1,
|
|
6269
|
-
"updated_by": 1,
|
|
6270
|
-
"assignees": [
|
|
6271
|
-
{
|
|
6272
|
-
"id": 42,
|
|
6273
|
-
"assignee_type": "user",
|
|
6274
|
-
"assignee_id": 42,
|
|
6275
|
-
"role": "owner",
|
|
6276
|
-
"name": "Example Name",
|
|
6277
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6278
|
-
}
|
|
6279
|
-
],
|
|
6280
|
-
"links": [
|
|
6281
|
-
{
|
|
6282
|
-
"id": 42,
|
|
6283
|
-
"link_type": "example",
|
|
6284
|
-
"link_id": 42,
|
|
6285
|
-
"url": "https://agentmc.example.com/docs/incident-123",
|
|
6286
|
-
"title": "Example Title",
|
|
6287
|
-
"created_at": "2026-02-22T17:21:00Z"
|
|
6288
|
-
}
|
|
6289
|
-
],
|
|
6290
|
-
"comments_count": 1,
|
|
6291
|
-
"created_at": "2026-02-22T17:21:00Z",
|
|
6292
|
-
"updated_at": "2026-02-22T17:21:00Z",
|
|
6293
|
-
"deleted_at": "2026-02-22T17:21:00Z"
|
|
6294
|
-
}
|
|
6295
|
-
],
|
|
6296
|
-
"links": {
|
|
6297
|
-
"first": "example",
|
|
6298
|
-
"last": "example",
|
|
6299
|
-
"prev": "example",
|
|
6300
|
-
"next": "example"
|
|
6301
|
-
},
|
|
6302
|
-
"meta": {
|
|
6303
|
-
"current_page": 1,
|
|
6304
|
-
"from": 1,
|
|
6305
|
-
"last_page": 1,
|
|
6306
|
-
"links": [
|
|
6307
|
-
{
|
|
6308
|
-
"url": "https://agentmc.example.com/docs/incident-123",
|
|
6309
|
-
"label": "example",
|
|
6310
|
-
"active": true
|
|
6311
|
-
}
|
|
6312
|
-
],
|
|
6313
|
-
"path": "example",
|
|
6314
|
-
"per_page": 25,
|
|
6315
|
-
"total": 0
|
|
6316
|
-
}
|
|
6317
|
-
}
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"status": "401",
|
|
6321
|
-
"mediaType": "application/json",
|
|
6322
|
-
"description": "Missing or invalid credentials.",
|
|
6323
|
-
"hasContent": true,
|
|
6324
|
-
"example": {
|
|
6325
|
-
"error": {
|
|
6326
|
-
"code": "validation.failed",
|
|
6327
|
-
"message": "Validation failed.",
|
|
6328
|
-
"details": {
|
|
6329
|
-
"fields": {
|
|
6330
|
-
"title": [
|
|
6331
|
-
"The title field is required."
|
|
6332
|
-
]
|
|
6333
|
-
}
|
|
6334
|
-
}
|
|
6335
|
-
}
|
|
6336
|
-
}
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"status": "403",
|
|
6340
|
-
"mediaType": "application/json",
|
|
6341
|
-
"description": "Forbidden.",
|
|
6342
|
-
"hasContent": true,
|
|
6343
|
-
"example": {
|
|
6344
|
-
"error": {
|
|
6345
|
-
"code": "validation.failed",
|
|
6346
|
-
"message": "Validation failed.",
|
|
6347
|
-
"details": {
|
|
6348
|
-
"fields": {
|
|
6349
|
-
"title": [
|
|
6350
|
-
"The title field is required."
|
|
6351
|
-
]
|
|
6352
|
-
}
|
|
6353
|
-
}
|
|
6354
|
-
}
|
|
6355
|
-
}
|
|
6356
|
-
}
|
|
6357
|
-
]
|
|
6358
6348
|
}
|
|
6359
6349
|
];
|
|
6360
6350
|
var operationsById = Object.fromEntries(
|