Start AutoFix workflow
Autofix
Start AutoFix workflow
Initiates an AI-powered AutoFix workflow to automatically generate a fix for a vulnerability and create a Pull Request or Merge Request
POST
Start AutoFix workflow
Path Parameters
Project unique identifier
Body
application/json
Response
AutoFix workflow started successfully
Status indicator (ok|error)
Example:
"ok"
Pull / Merge Request URL if success
Example:
"https://github.com/org/repo/pull/123"
Human readable message
Example:
"AutoFix PR created successfully"
Machine readable reason when status=error
Example:
"DIFF_UNAPPLICABLE"