Shortcuts
Upload shortcuts
Creates glean shortcuts for uploaded shortcuts info. Glean would host the shortcuts, and they can be managed in the knowledge tab once uploaded.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json; charset=UTF-8
Describes the request body of the /uploadshortcuts 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
200
OK