Submit a repository for fixing
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
repoUrl
Publicly accessible URL to a .git repo, zip, tar, or tar.gz archive.
jobName
A user-defined name for the fix job.
buildCmd
The command required to build the project.
Response
Fix attempt completed. Check build_status for success (0) or failure (non-zero).
build_status
Exit code of the build command after applying fixes. 0 indicates success.
build_output
The stdout/stderr output from the build command.
diff
A git diff showing the changes applied. Empty if no changes were needed or the build failed.