Submit a repository for fixing

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
repoUrlstringRequired

Publicly accessible URL to a .git repo, zip, tar, or tar.gz archive.

jobNamestringRequired

A user-defined name for the fix job.

buildCmdstringRequired

The command required to build the project.

Response

Fix attempt completed. Check build_status for success (0) or failure (non-zero).

build_statusintegerOptional

Exit code of the build command after applying fixes. 0 indicates success.

build_outputstringOptional

The stdout/stderr output from the build command.

diffstringOptional

A git diff showing the changes applied. Empty if no changes were needed or the build failed.

Errors