From 9fedf1968dce14f1e558fdfde704021110563aa6 Mon Sep 17 00:00:00 2001 From: sumansaurabh Date: Thu, 22 Feb 2024 21:30:42 +0530 Subject: [PATCH] fix azdevops --- src/azure_devops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure_devops.py b/src/azure_devops.py index 5cebf3d..b30c757 100644 --- a/src/azure_devops.py +++ b/src/azure_devops.py @@ -53,7 +53,7 @@ async def initiate_documentation_generation( async def check_documentation_generation_status(headers, data): - url = f"{base_url}/api/app/azDevops/generate/documentation/status" + url = f"{base_url}/api/app/azDevops/status/documentation" count = 0 while count < 360: response = requests.post(url, headers=headers, json=data, timeout=600)