Create a GitHub issue from an infrastructure finding

POST/api/v1/integrations/github/issues

Parameters

This endpoint does not accept parameters.

Responses

201GitHub issue created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/github/issues" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "owner": "acme", "repo": "infrastructure", "title": "Unencrypted S3 bucket", "body": "..." }'

Response

201GitHub issue created
Example response not yet documented.