@@ -655,8 +655,8 @@ paths:
655
655
description : Not Authorized
656
656
" 403 " :
657
657
description : Forbidden
658
- x-speakeasy-name-override : retrieve
659
- x-speakeasy-group : client.chat.application
658
+ x-speakeasy-name-override : retrieveApplication
659
+ x-speakeasy-group : client.chat
660
660
/rest/api/v1/uploadchatfiles :
661
661
post :
662
662
tags :
@@ -689,8 +689,8 @@ paths:
689
689
description : Forbidden
690
690
" 429 " :
691
691
description : Too Many Requests
692
- x-speakeasy-name-override : upload
693
- x-speakeasy-group : client.chat.files
692
+ x-speakeasy-name-override : uploadFiles
693
+ x-speakeasy-group : client.chat
694
694
/rest/api/v1/getchatfiles :
695
695
post :
696
696
tags :
@@ -723,8 +723,8 @@ paths:
723
723
description : Forbidden
724
724
" 429 " :
725
725
description : Too Many Requests
726
- x-speakeasy-name-override : retrieve
727
- x-speakeasy-group : client.chat.files
726
+ x-speakeasy-name-override : retrieveFiles
727
+ x-speakeasy-group : client.chat
728
728
/rest/api/v1/deletechatfiles :
729
729
post :
730
730
tags :
@@ -752,8 +752,8 @@ paths:
752
752
description : Forbidden
753
753
" 429 " :
754
754
description : Too Many Requests
755
- x-speakeasy-name-override : delete
756
- x-speakeasy-group : client.chat.files
755
+ x-speakeasy-name-override : deleteFiles
756
+ x-speakeasy-group : client.chat
757
757
/rest/api/v1/runagent :
758
758
post :
759
759
tags :
@@ -787,7 +787,7 @@ paths:
787
787
description : Request Timeout
788
788
" 429 " :
789
789
description : Too Many Requests
790
- x-speakeasy-group : client.agents.agent
790
+ x-speakeasy-group : client.agents
791
791
x-speakeasy-name-override : run
792
792
/rest/api/v1/listagents :
793
793
post :
@@ -855,8 +855,8 @@ paths:
855
855
description : Request Timeout
856
856
" 429 " :
857
857
description : Too Many Requests
858
- x-speakeasy-group : client.agents.agent.inputs
859
- x-speakeasy-name-override : retrieve
858
+ x-speakeasy-group : client.agents
859
+ x-speakeasy-name-override : retrieveInputs
860
860
/rest/api/v1/addcollectionitems :
861
861
post :
862
862
tags :
@@ -997,8 +997,8 @@ paths:
997
997
description : Failed to save deletion
998
998
" 429 " :
999
999
description : Too Many Requests
1000
- x-speakeasy-name-override : delete
1001
- x-speakeasy-group : client.collections.item
1000
+ x-speakeasy-name-override : deleteItem
1001
+ x-speakeasy-group : client.collections
1002
1002
/rest/api/v1/editcollection :
1003
1003
post :
1004
1004
tags :
@@ -1069,8 +1069,8 @@ paths:
1069
1069
description : Not Authorized
1070
1070
" 429 " :
1071
1071
description : Too Many Requests
1072
- x-speakeasy-name-override : update
1073
- x-speakeasy-group : client.collections.item
1072
+ x-speakeasy-name-override : updateItem
1073
+ x-speakeasy-group : client.collections
1074
1074
/rest/api/v1/getcollection :
1075
1075
post :
1076
1076
tags :
@@ -1170,8 +1170,8 @@ paths:
1170
1170
description : Forbidden
1171
1171
" 429 " :
1172
1172
description : Too Many Requests
1173
- x-speakeasy-name-override : retrieve
1174
- x-speakeasy-group : client.documents.permissions
1173
+ x-speakeasy-name-override : retrievePermissions
1174
+ x-speakeasy-group : client.documents
1175
1175
/rest/api/v1/getdocuments :
1176
1176
post :
1177
1177
tags :
@@ -1510,7 +1510,7 @@ paths:
1510
1510
" 429 " :
1511
1511
description : Too Many Requests
1512
1512
x-speakeasy-name-override : query
1513
- x-speakeasy-group : client.search. admin
1513
+ x-speakeasy-group : client.admin.search
1514
1514
/rest/api/v1/autocomplete :
1515
1515
post :
1516
1516
tags :
@@ -1575,8 +1575,8 @@ paths:
1575
1575
description : Request Timeout
1576
1576
" 429 " :
1577
1577
description : Too Many Requests
1578
- x-speakeasy-name-override : retrieve
1579
- x-speakeasy-group : client.search.feed
1578
+ x-speakeasy-name-override : retrieveFeed
1579
+ x-speakeasy-group : client.search
1580
1580
/rest/api/v1/recommendations :
1581
1581
post :
1582
1582
tags :
@@ -1758,6 +1758,8 @@ paths:
1758
1758
description : Not Authorized
1759
1759
" 429 " :
1760
1760
description : Too Many Requests
1761
+ x-speakeasy-name-override : create
1762
+ x-speakeasy-group : client.shortcuts
1761
1763
/rest/api/v1/deleteshortcut :
1762
1764
post :
1763
1765
tags :
@@ -1917,8 +1919,8 @@ paths:
1917
1919
description : Not Authorized
1918
1920
" 429 " :
1919
1921
description : Too Many Requests
1920
- x-speakeasy-name-override : generate
1921
- x-speakeasy-group : client.summarize
1922
+ x-speakeasy-name-override : summarize
1923
+ x-speakeasy-group : client.documents
1922
1924
/rest/api/v1/addverificationreminder :
1923
1925
post :
1924
1926
tags :
@@ -2018,6 +2020,8 @@ paths:
2018
2020
description : Document does not exist, does not support verification or user cannot access document
2019
2021
" 429 " :
2020
2022
description : Too Many Requests
2023
+ x-speakeasy-name-override : verify
2024
+ x-speakeasy-group : client.verification
2021
2025
/api/index/v1/indexdocument :
2022
2026
post :
2023
2027
summary : Index document
@@ -2446,7 +2450,7 @@ paths:
2446
2450
" 401 " :
2447
2451
description : Not Authorized
2448
2452
x-speakeasy-name-override : status
2449
- x-speakeasy-group : indexing.troubleshooting. datasource
2453
+ x-speakeasy-group : indexing.datasource
2450
2454
/api/index/v1/debug/{datasource}/document :
2451
2455
post :
2452
2456
x-beta : true
@@ -2483,8 +2487,8 @@ paths:
2483
2487
description : Bad Request
2484
2488
" 401 " :
2485
2489
description : Not Authorized
2490
+ x-speakeasy-group : indexing.documents
2486
2491
x-speakeasy-name-override : debug
2487
- x-speakeasy-group : indexing.troubleshooting.datasource.document
2488
2492
/api/index/v1/debug/{datasource}/documents :
2489
2493
post :
2490
2494
x-beta : true
@@ -2521,8 +2525,8 @@ paths:
2521
2525
description : Bad Request
2522
2526
" 401 " :
2523
2527
description : Not Authorized
2524
- x-speakeasy-name-override : debug
2525
- x-speakeasy-group : indexing.troubleshooting.datasource.documents
2528
+ x-speakeasy-group : indexing.documents
2529
+ x-speakeasy-name-override : debugMany
2526
2530
/api/index/v1/debug/{datasource}/user :
2527
2531
post :
2528
2532
x-beta : true
@@ -2560,7 +2564,7 @@ paths:
2560
2564
" 401 " :
2561
2565
description : Not Authorized
2562
2566
x-speakeasy-name-override : debug
2563
- x-speakeasy-group : indexing.troubleshooting.datasource.user
2567
+ x-speakeasy-group : indexing.people
2564
2568
/api/index/v1/checkdocumentaccess :
2565
2569
post :
2566
2570
summary : Check document access
@@ -2590,7 +2594,7 @@ paths:
2590
2594
description : Not Authorized
2591
2595
" 429 " :
2592
2596
description : Too Many Requests
2593
- x-speakeasy-group : indexing.troubleshooting
2597
+ x-speakeasy-group : indexing.documents
2594
2598
x-speakeasy-name-override : checkAccess
2595
2599
/api/index/v1/getdocumentstatus :
2596
2600
post :
@@ -2622,8 +2626,8 @@ paths:
2622
2626
description : Not Authorized
2623
2627
" 429 " :
2624
2628
description : Too Many Requests
2629
+ x-speakeasy-group : indexing.documents
2625
2630
x-speakeasy-name-override : status
2626
- x-speakeasy-group : indexing.troubleshooting.documents
2627
2631
/api/index/v1/getdocumentcount :
2628
2632
post :
2629
2633
deprecated : true
@@ -2654,8 +2658,8 @@ paths:
2654
2658
description : Not Authorized
2655
2659
" 409 " :
2656
2660
description : Conflict
2661
+ x-speakeasy-group : indexing.documents
2657
2662
x-speakeasy-name-override : count
2658
- x-speakeasy-group : indexing.troubleshooting.documents
2659
2663
/api/index/v1/getusercount :
2660
2664
post :
2661
2665
deprecated : true
@@ -2687,7 +2691,7 @@ paths:
2687
2691
" 409 " :
2688
2692
description : Conflict
2689
2693
x-speakeasy-name-override : count
2690
- x-speakeasy-group : indexing.troubleshooting.users
2694
+ x-speakeasy-group : indexing.people
2691
2695
/api/index/v1/betausers :
2692
2696
post :
2693
2697
summary : Beta users
@@ -2760,8 +2764,8 @@ paths:
2760
2764
description : Not Authorized
2761
2765
" 409 " :
2762
2766
description : Conflict
2763
- x-speakeasy-name-override : retrieve
2764
- x-speakeasy-group : indexing.datasources.config
2767
+ x-speakeasy-name-override : retrieveConfig
2768
+ x-speakeasy-group : indexing.datasources
2765
2769
/api/index/v1/rotatetoken :
2766
2770
post :
2767
2771
summary : Rotate token
@@ -3013,7 +3017,7 @@ paths:
3013
3017
" 409 " :
3014
3018
description : Conflict
3015
3019
x-speakeasy-name-override : upload
3016
- x-speakeasy-group : client .shortcuts
3020
+ x-speakeasy-group : indexing .shortcuts
3017
3021
/rest/api/v1/chat#stream:
3018
3022
post :
3019
3023
tags :
@@ -4718,19 +4722,25 @@ components:
4718
4722
description : The URL using which the user can access the edit page of the shortcut.
4719
4723
Shortcut :
4720
4724
allOf :
4721
- - $ref : " #/components/schemas/ShortcutProperties"
4725
+ - $ref : " #/components/schemas/UserGeneratedContentId"
4726
+ - $ref : " #/components/schemas/ShortcutMutableProperties"
4727
+ - $ref : " #/components/schemas/PermissionedObject"
4728
+ - $ref : " #/components/schemas/ShortcutMetadata"
4722
4729
- type : object
4723
4730
required :
4724
- - destinationUrl
4725
- - createdBy
4726
4731
- inputAlias
4727
- properties :
4728
- unlisted :
4729
- type : boolean
4730
- description : Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author and admins only.
4731
- urlTemplate :
4732
- type : string
4733
- description : For variable shortcuts, contains the URL template; note, `destinationUrl` contains default URL.
4732
+ properties :
4733
+ alias :
4734
+ type : string
4735
+ description : canonical link text following go/ prefix where hyphen/underscore is removed.
4736
+ title :
4737
+ type : string
4738
+ description : Title for the Go Link
4739
+ roles :
4740
+ type : array
4741
+ description : A list of user roles for the Go Link.
4742
+ items :
4743
+ $ref : " #/components/schemas/UserRoleSpecification"
4734
4744
Collection :
4735
4745
allOf :
4736
4746
- $ref : " #/components/schemas/CollectionMutableProperties"
@@ -10424,7 +10434,7 @@ components:
10424
10434
description : Batch of shortcuts information
10425
10435
type : array
10426
10436
items :
10427
- $ref : " #/components/schemas/Shortcut "
10437
+ $ref : " #/components/schemas/IndexingShortcut "
10428
10438
required :
10429
10439
- shortcuts
10430
10440
DebugDatasourceStatusResponse :
@@ -10982,6 +10992,21 @@ components:
10982
10992
instanceDescription :
10983
10993
type : string
10984
10994
description : A human readable string identifying this instance as compared to its peers, e.g. "github.com/askscio" or "github.askscio.com"
10995
+ IndexingShortcut :
10996
+ allOf :
10997
+ - $ref : " #/components/schemas/ShortcutProperties"
10998
+ - type : object
10999
+ required :
11000
+ - destinationUrl
11001
+ - createdBy
11002
+ - inputAlias
11003
+ properties :
11004
+ unlisted :
11005
+ type : boolean
11006
+ description : Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author and admins only.
11007
+ urlTemplate :
11008
+ type : string
11009
+ description : For variable shortcuts, contains the URL template; note, `destinationUrl` contains default URL.
10985
11010
ChatRequestStream :
10986
11011
required :
10987
11012
- messages
0 commit comments