Create Drive Crawl
Since we do not have domain apis for collections we have to import
the route functions and pass the request through.
We could get the org key and move this logic to the drive domain api
but we would then need to get the org secret key to make http requests
since importing into the drive domain api would cause circular dependencies.
Which then forces us to use network requests via scout sdk or httpx.
This is the lesser evil I.M.O.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
source_sync_settings
schedule
url
Response
Successful Response