jobs

Remap jobs after git history rewrite

post/api/remap

Request body

$schemastring uri

A URL to the JSON Schema for this object.

repo_pathstring required

Example request

{
  "$schema": "https://example.com/RemapRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

remappedinteger required
skippedinteger required

Example response

{
  "$schema": "https://example.com/RemapResult.json"
}

Changes

No recorded changes to this endpoint across all 23 revisions of this API.