API Reference
Index Repository
POST
Initiates processing or reprocessing of a specified repository. Use the /repositories endpoint to check the status of the repository.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Supported values are "github" or "gitlab".
Repository identifier in "owner/repository" format.
Branch name to index.
If false, won't reprocess if previously successful. Optional, default true.
Whether to notify the user upon completion. Optional, default true.