Create a GitLab issue from a finding

POST/api/v1/integrations/gitlab/issues

Parameters

This endpoint does not accept parameters.

Responses

201GitLab issue created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/gitlab/issues" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "project_id": 42, "title": "Expired TLS cert", "description": "..." }'

Response

201GitLab issue created
Example response not yet documented.