Ingest IaC files from a GitLab project

POST/api/v1/integrations/gitlab/projects/{id}/ingest

Parameters

This endpoint does not accept parameters.

Responses

202Ingestion started

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/gitlab/projects/{id}/ingest" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

202Ingestion started
Example response not yet documented.