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
Branch name. Optional, defaults to repository's default branch.
Whether to notify the user upon completion. Optional, default true.
If false, won't reprocess if previously successful. Optional, default true.
Supported values are "github" or "gitlab".
Repository identifier in "owner/repository" format.