From bb112e6901393b602c10cc8a781a409b18e5c804 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 2 Mar 2024 22:57:04 +0100 Subject: [PATCH] Update delegatedadmincustomer-list-servicemanagementdetails.md Applied standards to API topic. --- ...atedadmincustomer-list-servicemanagementdetails.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/api/delegatedadmincustomer-list-servicemanagementdetails.md b/api-reference/beta/api/delegatedadmincustomer-list-servicemanagementdetails.md index 8c253600b3b..88530e700a5 100644 --- a/api-reference/beta/api/delegatedadmincustomer-list-servicemanagementdetails.md +++ b/api-reference/beta/api/delegatedadmincustomer-list-servicemanagementdetails.md @@ -12,7 +12,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Get a list of the [delegatedAdminServiceManagementDetail](../resources/delegatedAdminServiceManagementDetail.md) objects and their properties. +Get a list of the [delegatedAdminServiceManagementDetail](../resources/delegatedadminservicemanagementdetail.md) objects and their properties. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] @@ -33,7 +33,7 @@ GET /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomerId}/serv ``` ## Optional query parameters -This method does not support OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method doesn't support OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers |Name|Description| @@ -45,12 +45,14 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [delegatedAdminServiceManagementDetail](../resources/delegatedAdminServiceManagementDetail.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [delegatedAdminServiceManagementDetail](../resources/delegatedadminservicemanagementdetail.md) objects in the response body. ## Examples ### Request +The following example shows a request. + # [HTTP](#tab/http)