Bulk index external shortcuts
Replaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the /uploadshortcuts
endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to this page.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Describes the request body of the /bulkindexshortcuts API call
Unique id that must be used for this bulk upload instance
Batch of shortcuts information
true if this is the first page of the upload. Defaults to false
true if this is the last page of the upload. Defaults to false
Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true
Response
OK