Mark the Perforce import job as no longer running by clearing the running_job_id and started_unix timestamp. This should be called when a continuous import job completes or stops. The job will only be marked as stopped if the current running_job_id matches the one in the database to prevent race conditions.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Details of a Perforce continuous import job
Last Perforce changelist number that was imported
x >= 0Unix timestamp of the last successful import
ID of the currently running import job, if any
Number of consecutive errors encountered
Last error message encountered during import
Unix timestamp of the last error
Job marked as stopped successfully