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