Skip to content

Commit aa597f8

Browse files
committed
Change call to request
1 parent 1e7d707 commit aa597f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
8484

8585
1. In the target tenant, use the [Create crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta&preserve-view=true) API to create a new partner configuration in a cross-tenant access policy between the target tenant and the source tenant. Use the source tenant ID in the request.
8686

87-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
87+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
8888

8989
**Request**
9090

@@ -128,7 +128,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
128128
129129
1. Use the [Create identitySynchronization](/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta&preserve-view=true) API to enable user synchronization in the target tenant.
130130
131-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing policy. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
131+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing policy. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
132132
133133
**Request**
134134
@@ -184,7 +184,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
184184
185185
1. In the source tenant, use the [Create crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta&preserve-view=true) API to create a new partner configuration in a cross-tenant access policy between the source tenant and the target tenant. Use the target tenant ID in the request.
186186
187-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
187+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
188188
189189
**Request**
190190
@@ -781,9 +781,9 @@ You are likely trying to create a configuration or object that already exists, p
781781
782782
1. Verify your request syntax and that you are using the correct tenant ID.
783783
784-
1. Make a `GET` call to list the existing object.
784+
1. Make a `GET` request to list the existing object.
785785
786-
1. If you have an existing object, instead of making a create call using `POST` or `PUT`, you might need to make an update call using `PATCH`, such as:
786+
1. If you have an existing object, instead of making a create request using `POST` or `PUT`, you might need to make an update request using `PATCH`, such as:
787787
788788
- [Update crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta&preserve-view=true)
789789
- [Update crossTenantIdentitySyncPolicyPartner](/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta&preserve-view=true)
@@ -805,9 +805,9 @@ You are likely trying to update an object that doesn't exist using `PATCH`.
805805
806806
1. Verify your request syntax and that you are using the correct tenant ID.
807807
808-
1. Make a `GET` call to verify the object doesn't exist.
808+
1. Make a `GET` request to verify the object doesn't exist.
809809
810-
1. If object doesn't exist, instead of making an update call using `PATCH`, you might need to make a create call using `POST` or `PUT`, such as:
810+
1. If object doesn't exist, instead of making an update request using `PATCH`, you might need to make a create request using `POST` or `PUT`, such as:
811811
812812
- [Create identitySynchronization](/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta&preserve-view=true)
813813

0 commit comments

Comments
 (0)