|
91 | 91 | description: Not Authorized
|
92 | 92 | "429":
|
93 | 93 | description: Too Many Requests
|
94 |
| - x-speakeasy-group: client.activities |
95 |
| - x-speakeasy-name-override: reportActivity |
| 94 | + x-speakeasy-group: client.activity |
96 | 95 | /rest/api/v1/createannouncement:
|
97 | 96 | post:
|
98 | 97 | tags:
|
@@ -281,7 +280,7 @@ paths:
|
281 | 280 | description: Not Authorized
|
282 | 281 | "429":
|
283 | 282 | description: Too Many Requests
|
284 |
| - x-speakeasy-name-override: edit |
| 283 | + x-speakeasy-name-override: update |
285 | 284 | x-speakeasy-group: client.answers
|
286 | 285 | /rest/api/v1/getanswer:
|
287 | 286 | post:
|
@@ -314,7 +313,7 @@ paths:
|
314 | 313 | description: Not Authorized
|
315 | 314 | "429":
|
316 | 315 | description: Too Many Requests
|
317 |
| - x-speakeasy-name-override: get |
| 316 | + x-speakeasy-name-override: retrieve |
318 | 317 | x-speakeasy-group: client.answers
|
319 | 318 | /rest/api/v1/listanswers:
|
320 | 319 | post:
|
@@ -509,7 +508,7 @@ paths:
|
509 | 508 | "429":
|
510 | 509 | description: Too Many Requests
|
511 | 510 | x-speakeasy-group: client.chat
|
512 |
| - x-speakeasy-name-override: start |
| 511 | + x-speakeasy-name-override: create |
513 | 512 | x-speakeasy-usage-example: true
|
514 | 513 | /rest/api/v1/deleteallchats:
|
515 | 514 | post:
|
@@ -597,7 +596,7 @@ paths:
|
597 | 596 | description: Forbidden
|
598 | 597 | "429":
|
599 | 598 | description: Too Many Requests
|
600 |
| - x-speakeasy-name-override: get |
| 599 | + x-speakeasy-name-override: retrieve |
601 | 600 | x-speakeasy-group: client.chat
|
602 | 601 | /rest/api/v1/listchats:
|
603 | 602 | post:
|
@@ -656,8 +655,8 @@ paths:
|
656 | 655 | description: Not Authorized
|
657 | 656 | "403":
|
658 | 657 | description: Forbidden
|
659 |
| - x-speakeasy-name-override: getApplication |
660 |
| - x-speakeasy-group: client.chat |
| 658 | + x-speakeasy-name-override: retrieve |
| 659 | + x-speakeasy-group: client.chat.application |
661 | 660 | /rest/api/v1/uploadchatfiles:
|
662 | 661 | post:
|
663 | 662 | tags:
|
@@ -690,8 +689,8 @@ paths:
|
690 | 689 | description: Forbidden
|
691 | 690 | "429":
|
692 | 691 | description: Too Many Requests
|
693 |
| - x-speakeasy-name-override: uploadFiles |
694 |
| - x-speakeasy-group: client.chat |
| 692 | + x-speakeasy-name-override: upload |
| 693 | + x-speakeasy-group: client.chat.files |
695 | 694 | /rest/api/v1/getchatfiles:
|
696 | 695 | post:
|
697 | 696 | tags:
|
@@ -724,8 +723,8 @@ paths:
|
724 | 723 | description: Forbidden
|
725 | 724 | "429":
|
726 | 725 | description: Too Many Requests
|
727 |
| - x-speakeasy-name-override: getFiles |
728 |
| - x-speakeasy-group: client.chat |
| 726 | + x-speakeasy-name-override: retrieve |
| 727 | + x-speakeasy-group: client.chat.files |
729 | 728 | /rest/api/v1/deletechatfiles:
|
730 | 729 | post:
|
731 | 730 | tags:
|
@@ -753,8 +752,8 @@ paths:
|
753 | 752 | description: Forbidden
|
754 | 753 | "429":
|
755 | 754 | description: Too Many Requests
|
756 |
| - x-speakeasy-name-override: deleteFiles |
757 |
| - x-speakeasy-group: client.chat |
| 755 | + x-speakeasy-name-override: delete |
| 756 | + x-speakeasy-group: client.chat.files |
758 | 757 | /rest/api/v1/runagent:
|
759 | 758 | post:
|
760 | 759 | tags:
|
@@ -788,6 +787,8 @@ paths:
|
788 | 787 | description: Request Timeout
|
789 | 788 | "429":
|
790 | 789 | description: Too Many Requests
|
| 790 | + x-speakeasy-group: client.agents.agent |
| 791 | + x-speakeasy-name-override: run |
791 | 792 | /rest/api/v1/listagents:
|
792 | 793 | post:
|
793 | 794 | tags:
|
@@ -819,6 +820,8 @@ paths:
|
819 | 820 | description: Request Timeout
|
820 | 821 | "429":
|
821 | 822 | description: Too Many Requests
|
| 823 | + x-speakeasy-group: client.agents |
| 824 | + x-speakeasy-name-override: list |
822 | 825 | /rest/api/v1/getagentinputs:
|
823 | 826 | post:
|
824 | 827 | tags:
|
@@ -852,6 +855,8 @@ paths:
|
852 | 855 | description: Request Timeout
|
853 | 856 | "429":
|
854 | 857 | description: Too Many Requests
|
| 858 | + x-speakeasy-group: client.agents.agent.inputs |
| 859 | + x-speakeasy-name-override: retrieve |
855 | 860 | /rest/api/v1/addcollectionitems:
|
856 | 861 | post:
|
857 | 862 | tags:
|
@@ -992,8 +997,8 @@ paths:
|
992 | 997 | description: Failed to save deletion
|
993 | 998 | "429":
|
994 | 999 | description: Too Many Requests
|
995 |
| - x-speakeasy-name-override: deleteItem |
996 |
| - x-speakeasy-group: client.collections |
| 1000 | + x-speakeasy-name-override: delete |
| 1001 | + x-speakeasy-group: client.collections.item |
997 | 1002 | /rest/api/v1/editcollection:
|
998 | 1003 | post:
|
999 | 1004 | tags:
|
@@ -1064,8 +1069,8 @@ paths:
|
1064 | 1069 | description: Not Authorized
|
1065 | 1070 | "429":
|
1066 | 1071 | description: Too Many Requests
|
1067 |
| - x-speakeasy-name-override: editItem |
1068 |
| - x-speakeasy-group: client.collections |
| 1072 | + x-speakeasy-name-override: update |
| 1073 | + x-speakeasy-group: client.collections.item |
1069 | 1074 | /rest/api/v1/getcollection:
|
1070 | 1075 | post:
|
1071 | 1076 | tags:
|
@@ -1097,7 +1102,7 @@ paths:
|
1097 | 1102 | description: Not Authorized
|
1098 | 1103 | "429":
|
1099 | 1104 | description: Too Many Requests
|
1100 |
| - x-speakeasy-name-override: get |
| 1105 | + x-speakeasy-name-override: retrieve |
1101 | 1106 | x-speakeasy-group: client.collections
|
1102 | 1107 | /rest/api/v1/listcollections:
|
1103 | 1108 | post:
|
@@ -1165,8 +1170,8 @@ paths:
|
1165 | 1170 | description: Forbidden
|
1166 | 1171 | "429":
|
1167 | 1172 | description: Too Many Requests
|
1168 |
| - x-speakeasy-name-override: getPermissions |
1169 |
| - x-speakeasy-group: client.documents |
| 1173 | + x-speakeasy-name-override: retrieve |
| 1174 | + x-speakeasy-group: client.documents.permissions |
1170 | 1175 | /rest/api/v1/getdocuments:
|
1171 | 1176 | post:
|
1172 | 1177 | tags:
|
@@ -1198,7 +1203,7 @@ paths:
|
1198 | 1203 | description: Documents does not exist, or user cannot access documents.
|
1199 | 1204 | "429":
|
1200 | 1205 | description: Too Many Requests
|
1201 |
| - x-speakeasy-name-override: get |
| 1206 | + x-speakeasy-name-override: retrieve |
1202 | 1207 | x-speakeasy-group: client.documents
|
1203 | 1208 | /rest/api/v1/getdocumentsbyfacets:
|
1204 | 1209 | post:
|
@@ -1231,7 +1236,7 @@ paths:
|
1231 | 1236 | description: Not Found
|
1232 | 1237 | "429":
|
1233 | 1238 | description: Too Many Requests
|
1234 |
| - x-speakeasy-name-override: getByFacets |
| 1239 | + x-speakeasy-name-override: retrieveByFacets |
1235 | 1240 | x-speakeasy-group: client.documents
|
1236 | 1241 | /rest/api/v1/insights:
|
1237 | 1242 | post:
|
@@ -1264,7 +1269,7 @@ paths:
|
1264 | 1269 | description: Not Authorized
|
1265 | 1270 | "429":
|
1266 | 1271 | description: Too Many Requests
|
1267 |
| - x-speakeasy-name-override: get |
| 1272 | + x-speakeasy-name-override: retrieve |
1268 | 1273 | x-speakeasy-group: client.insights
|
1269 | 1274 | /rest/api/v1/messages:
|
1270 | 1275 | post:
|
@@ -1297,7 +1302,7 @@ paths:
|
1297 | 1302 | description: Not Authorized
|
1298 | 1303 | "429":
|
1299 | 1304 | description: Too Many Requests
|
1300 |
| - x-speakeasy-name-override: get |
| 1305 | + x-speakeasy-name-override: retrieve |
1301 | 1306 | x-speakeasy-group: client.messages
|
1302 | 1307 | /rest/api/v1/editpin:
|
1303 | 1308 | post:
|
@@ -1330,7 +1335,7 @@ paths:
|
1330 | 1335 | description: Not Authorized
|
1331 | 1336 | "429":
|
1332 | 1337 | description: Too Many Requests
|
1333 |
| - x-speakeasy-name-override: edit |
| 1338 | + x-speakeasy-name-override: update |
1334 | 1339 | x-speakeasy-group: client.pins
|
1335 | 1340 | /rest/api/v1/getpin:
|
1336 | 1341 | post:
|
@@ -1363,7 +1368,7 @@ paths:
|
1363 | 1368 | description: Not Authorized
|
1364 | 1369 | "429":
|
1365 | 1370 | description: Too Many Requests
|
1366 |
| - x-speakeasy-name-override: get |
| 1371 | + x-speakeasy-name-override: retrieve |
1367 | 1372 | x-speakeasy-group: client.pins
|
1368 | 1373 | /rest/api/v1/listpins:
|
1369 | 1374 | post:
|
@@ -1504,8 +1509,8 @@ paths:
|
1504 | 1509 | $ref: "#/components/schemas/ErrorInfo"
|
1505 | 1510 | "429":
|
1506 | 1511 | description: Too Many Requests
|
1507 |
| - x-speakeasy-name-override: admin |
1508 |
| - x-speakeasy-group: client.search |
| 1512 | + x-speakeasy-name-override: query |
| 1513 | + x-speakeasy-group: client.search.admin |
1509 | 1514 | /rest/api/v1/autocomplete:
|
1510 | 1515 | post:
|
1511 | 1516 | tags:
|
@@ -1537,8 +1542,6 @@ paths:
|
1537 | 1542 | description: Not Authorized
|
1538 | 1543 | "429":
|
1539 | 1544 | description: Too Many Requests
|
1540 |
| - x-speakeasy-name-override: autocomplete |
1541 |
| - x-speakeasy-group: client.search |
1542 | 1545 | /rest/api/v1/feed:
|
1543 | 1546 | post:
|
1544 | 1547 | tags:
|
@@ -1572,8 +1575,8 @@ paths:
|
1572 | 1575 | description: Request Timeout
|
1573 | 1576 | "429":
|
1574 | 1577 | description: Too Many Requests
|
1575 |
| - x-speakeasy-name-override: getFeed |
1576 |
| - x-speakeasy-group: client.search |
| 1578 | + x-speakeasy-name-override: retrieve |
| 1579 | + x-speakeasy-group: client.search.feed |
1577 | 1580 | /rest/api/v1/recommendations:
|
1578 | 1581 | post:
|
1579 | 1582 | tags:
|
@@ -1656,7 +1659,7 @@ paths:
|
1656 | 1659 | $ref: "#/components/schemas/ErrorInfo"
|
1657 | 1660 | "429":
|
1658 | 1661 | description: Too Many Requests
|
1659 |
| - x-speakeasy-name-override: execute |
| 1662 | + x-speakeasy-name-override: query |
1660 | 1663 | x-speakeasy-group: client.search
|
1661 | 1664 | /rest/api/v1/listentities:
|
1662 | 1665 | post:
|
@@ -1755,8 +1758,6 @@ paths:
|
1755 | 1758 | description: Not Authorized
|
1756 | 1759 | "429":
|
1757 | 1760 | description: Too Many Requests
|
1758 |
| - x-speakeasy-name-override: create |
1759 |
| - x-speakeasy-group: client.shortcuts |
1760 | 1761 | /rest/api/v1/deleteshortcut:
|
1761 | 1762 | post:
|
1762 | 1763 | tags:
|
@@ -1817,7 +1818,7 @@ paths:
|
1817 | 1818 | description: Not Authorized
|
1818 | 1819 | "429":
|
1819 | 1820 | description: Too Many Requests
|
1820 |
| - x-speakeasy-name-override: get |
| 1821 | + x-speakeasy-name-override: retrieve |
1821 | 1822 | x-speakeasy-group: client.shortcuts
|
1822 | 1823 | /rest/api/v1/listshortcuts:
|
1823 | 1824 | post:
|
@@ -2017,8 +2018,6 @@ paths:
|
2017 | 2018 | description: Document does not exist, does not support verification or user cannot access document
|
2018 | 2019 | "429":
|
2019 | 2020 | description: Too Many Requests
|
2020 |
| - x-speakeasy-name-override: verify |
2021 |
| - x-speakeasy-group: client.verification |
2022 | 2021 | /api/index/v1/indexdocument:
|
2023 | 2022 | post:
|
2024 | 2023 | summary: Index document
|
@@ -2446,8 +2445,8 @@ paths:
|
2446 | 2445 | description: Bad Request
|
2447 | 2446 | "401":
|
2448 | 2447 | description: Not Authorized
|
2449 |
| - x-speakeasy-name-override: getDatasourceStatus |
2450 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2448 | + x-speakeasy-name-override: status |
| 2449 | + x-speakeasy-group: indexing.troubleshooting.datasource |
2451 | 2450 | /api/index/v1/debug/{datasource}/document:
|
2452 | 2451 | post:
|
2453 | 2452 | x-beta: true
|
@@ -2484,8 +2483,8 @@ paths:
|
2484 | 2483 | description: Bad Request
|
2485 | 2484 | "401":
|
2486 | 2485 | description: Not Authorized
|
2487 |
| - x-speakeasy-name-override: postDocumentDebug |
2488 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2486 | + x-speakeasy-name-override: debug |
| 2487 | + x-speakeasy-group: indexing.troubleshooting.datasource.document |
2489 | 2488 | /api/index/v1/debug/{datasource}/documents:
|
2490 | 2489 | post:
|
2491 | 2490 | x-beta: true
|
@@ -2522,8 +2521,8 @@ paths:
|
2522 | 2521 | description: Bad Request
|
2523 | 2522 | "401":
|
2524 | 2523 | description: Not Authorized
|
2525 |
| - x-speakeasy-name-override: postDocumentsDebug |
2526 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2524 | + x-speakeasy-name-override: debug |
| 2525 | + x-speakeasy-group: indexing.troubleshooting.datasource.documents |
2527 | 2526 | /api/index/v1/debug/{datasource}/user:
|
2528 | 2527 | post:
|
2529 | 2528 | x-beta: true
|
@@ -2560,8 +2559,8 @@ paths:
|
2560 | 2559 | description: Bad Request
|
2561 | 2560 | "401":
|
2562 | 2561 | description: Not Authorized
|
2563 |
| - x-speakeasy-name-override: debugUser |
2564 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2562 | + x-speakeasy-name-override: debug |
| 2563 | + x-speakeasy-group: indexing.troubleshooting.datasource.user |
2565 | 2564 | /api/index/v1/checkdocumentaccess:
|
2566 | 2565 | post:
|
2567 | 2566 | summary: Check document access
|
@@ -2623,8 +2622,8 @@ paths:
|
2623 | 2622 | description: Not Authorized
|
2624 | 2623 | "429":
|
2625 | 2624 | description: Too Many Requests
|
2626 |
| - x-speakeasy-name-override: getStatus |
2627 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2625 | + x-speakeasy-name-override: status |
| 2626 | + x-speakeasy-group: indexing.troubleshooting.documents |
2628 | 2627 | /api/index/v1/getdocumentcount:
|
2629 | 2628 | post:
|
2630 | 2629 | deprecated: true
|
@@ -2655,8 +2654,8 @@ paths:
|
2655 | 2654 | description: Not Authorized
|
2656 | 2655 | "409":
|
2657 | 2656 | description: Conflict
|
2658 |
| - x-speakeasy-name-override: getDocumentCount |
2659 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2657 | + x-speakeasy-name-override: count |
| 2658 | + x-speakeasy-group: indexing.troubleshooting.documents |
2660 | 2659 | /api/index/v1/getusercount:
|
2661 | 2660 | post:
|
2662 | 2661 | deprecated: true
|
@@ -2687,8 +2686,8 @@ paths:
|
2687 | 2686 | description: Not Authorized
|
2688 | 2687 | "409":
|
2689 | 2688 | description: Conflict
|
2690 |
| - x-speakeasy-name-override: getUserCount |
2691 |
| - x-speakeasy-group: indexing.troubleshooting |
| 2689 | + x-speakeasy-name-override: count |
| 2690 | + x-speakeasy-group: indexing.troubleshooting.users |
2692 | 2691 | /api/index/v1/betausers:
|
2693 | 2692 | post:
|
2694 | 2693 | summary: Beta users
|
@@ -2761,8 +2760,8 @@ paths:
|
2761 | 2760 | description: Not Authorized
|
2762 | 2761 | "409":
|
2763 | 2762 | description: Conflict
|
2764 |
| - x-speakeasy-name-override: getConfig |
2765 |
| - x-speakeasy-group: indexing.datasources |
| 2763 | + x-speakeasy-name-override: retrieve |
| 2764 | + x-speakeasy-group: indexing.datasources.config |
2766 | 2765 | /api/index/v1/rotatetoken:
|
2767 | 2766 | post:
|
2768 | 2767 | summary: Rotate token
|
@@ -2828,8 +2827,6 @@ paths:
|
2828 | 2827 | description: Not Authorized
|
2829 | 2828 | "409":
|
2830 | 2829 | description: Conflict
|
2831 |
| - x-speakeasy-group: indexing.people |
2832 |
| - x-speakeasy-name-override: bulkIndexEmployees |
2833 | 2830 | /api/index/v1/indexemployeelist:
|
2834 | 2831 | post:
|
2835 | 2832 | summary: Bulk index employees
|
@@ -3153,7 +3150,7 @@ paths:
|
3153 | 3150 | '429':
|
3154 | 3151 | description: Too Many Requests
|
3155 | 3152 | x-speakeasy-group: client.chat
|
3156 |
| - x-speakeasy-name-override: startStream |
| 3153 | + x-speakeasy-name-override: createStream |
3157 | 3154 | x-speakeasy-usage-example: true
|
3158 | 3155 | components:
|
3159 | 3156 | securitySchemes:
|
|
0 commit comments