From d07a8b353c2e07918596ef8f94dccbe15a4a40d8 Mon Sep 17 00:00:00 2001 From: m-hanisch <110677796+m-hanisch@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:08:00 +0100 Subject: [PATCH] Update programmability-tutorial-cross-tenant-reporting.md Switched the Power Platform API reference URL mentioned in step 3 and 4. Step 3 should LIST: Power Platform API reference: [List Cross Tenant Connection Reports](/rest/api/power-platform/governance/cross-tenant-connection-reports/list-cross-tenant-connection-reports) Step 4 should GET: Power Platform API reference: [Get Cross Tenant Connection Report](/rest/api/power-platform/governance/cross-tenant-connection-reports/get-cross-tenant-connection-report) --- .../admin/programmability-tutorial-cross-tenant-reporting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/power-platform/admin/programmability-tutorial-cross-tenant-reporting.md b/power-platform/admin/programmability-tutorial-cross-tenant-reporting.md index cfc7184b6d..20edd396e6 100644 --- a/power-platform/admin/programmability-tutorial-cross-tenant-reporting.md +++ b/power-platform/admin/programmability-tutorial-cross-tenant-reporting.md @@ -107,7 +107,7 @@ try } ``` -Power Platform API reference: [Get Cross Tenant Connection Report](/rest/api/power-platform/governance/cross-tenant-connection-reports/get-cross-tenant-connection-report) +Power Platform API reference: [List Cross Tenant Connection Reports](/rest/api/power-platform/governance/cross-tenant-connection-reports/list-cross-tenant-connection-reports) ## Step 4. Fetch a single report @@ -137,7 +137,7 @@ try } ``` -Power Platform API reference: [List Cross Tenant Connection Reports](/rest/api/power-platform/governance/cross-tenant-connection-reports/list-cross-tenant-connection-reports) +Power Platform API reference: [Get Cross Tenant Connection Report](/rest/api/power-platform/governance/cross-tenant-connection-reports/get-cross-tenant-connection-report) ### See also