Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://zeropath.com/api/v1/repositories/add-azure-devops \ --header 'Content-Type: application/json' \ --header 'X-ZeroPath-API-Token-Id: <api-key>' \ --header 'X-ZeroPath-API-Token-Secret: <api-key>' \ --data ' { "organizationId": "<string>", "repos": [ { "azureDevOpsInstallationId": "<string>", "externalAzureRepositoryId": "<string>" } ] } '
{ "message": "<string>", "addedCount": 1, "failedCount": 1, "results": [ { "id": "<string>", "repositoryName": "<string>", "success": true } ] }
1
Show child attributes
Repositories imported
x >= 0
Was this page helpful?