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.
OK
Bad Request
Not Authorized
Conflict
{- "uploadId": "string",
- "isFirstPage": true,
- "isLastPage": true,
- "forceRestartUpload": true,
- "shortcuts": [
- {
- "title": "string",
- "intermediateUrl": "string",
- "decayedVisitScore": 0,
- "editUrl": "string",
- "inputAlias": "string",
- "description": "string",
- "destinationUrl": "string",
- "createdBy": "string",
- "createTime": 0,
- "updatedBy": "string",
- "updateTime": 0
}
]
}