Skip to content

Commit 7e5b305

Browse files
authored
Merge pull request #5517 from ZiyamSanthosh/account-linking-3
Improve API doc for user association bulk API
2 parents 01722a8 + bd916c4 commit 7e5b305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/identity-server/next/docs/apis/organization-apis/restapis/association-management-by-admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ paths:
354354
- lang: Curl
355355
source: |
356356
curl -X 'POST' \
357-
'https://localhost:9443/api/users/v1/federated-associations/bulk' \
357+
'https://localhost:9443/t/<tenant-domain>/o/api/users/v1/federated-associations/bulk' \
358358
-H 'accept: */*' \
359359
-H 'Authorization: Bearer {bearer-token}' \
360360
-d '{

0 commit comments

Comments
 (0)