repos

Resolve whether a path belongs to a tracked repo

get/api/repos/resolve

Query parameters

pathstring

Absolute path or path inside a repository

Absolute path or path inside a repository

branchstring

Current branch for agent-hook snooze lookup

Current branch for agent-hook snooze lookup

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

trackedboolean required

Example response

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

Changes

Changed in 1 of the 23 revisions of this API.2

    • added the new optional query request parameter branch

      new-optional-request-parameter

    • added the optional property repo/agent_hook_snoozed_until to the response with the 200 status

      response-optional-property-added