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
Example response
{
"$schema": "https://example.com/ResolveRepoOutputBody.json"
}Changes
Changed in 1 of the 23 revisions of this API.2
- ○
added the new optional
queryrequest parameterbranchnew-optional-request-parameter
- ○
added the optional property
repo/agent_hook_snoozed_untilto the response with the200statusresponse-optional-property-added
- ○