Initiates an AI-powered AutoFix workflow to automatically generate a fix for a vulnerability and create a Pull Request or Merge Request
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project unique identifier
AutoFix workflow started successfully
Status indicator (ok|error)
"ok"
Pull / Merge Request URL if success
"https://github.com/org/repo/pull/123"
Human readable message
"AutoFix PR created successfully"
Machine readable reason when status=error
"DIFF_UNAPPLICABLE"