Skip to content

Commit 25b6e55

Browse files
Revert old curl in org apis
1 parent 476f951 commit 25b6e55

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

en/asgardeo/docs/apis/organization-apis/restapis/organization-user-share.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ paths:
328328
get:
329329
tags:
330330
- User Accessible Organizations
331-
summary: Get the list of organizations accessible by the use
331+
summary: Get the list of organizations accessible by the user
332332
description: |
333333
This API retrieves the list of organizations where the specified user has shared access.
334334

en/identity-server/7.1.0/docs/apis/organization-apis/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ paths:
7474
x-codeSamples:
7575
- lang: Curl
7676
source: |
77-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/o/api/server/v1/users/share' \
7878
-H 'Accept: application/json' \
7979
-H 'Content-Type: application/json' \
8080
-H 'Authorization: Bearer {bearer_token}' \
@@ -165,7 +165,7 @@ paths:
165165
x-codeSamples:
166166
- lang: Curl
167167
source: |
168-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/o/api/server/v1/users/share-with-all' \
169169
-H 'Accept: application/json' \
170170
-H 'Content-Type: application/json' \
171171
-H 'Authorization: Bearer {bearer_token}' \
@@ -249,7 +249,7 @@ paths:
249249
x-codeSamples:
250250
- lang: Curl
251251
source: |
252-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare' \
253253
-H 'Accept: application/json' \
254254
-H 'Content-Type: application/json' \
255255
-H 'Authorization: Bearer {bearer_token}' \
@@ -311,7 +311,7 @@ paths:
311311
x-codeSamples:
312312
- lang: Curl
313313
source: |
314-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare-with-all' \
315315
-H 'Accept: application/json' \
316316
-H 'Content-Type: application/json' \
317317
-H 'Authorization: Bearer {bearer_token}' \

en/identity-server/7.2.0/docs/apis/organization-apis/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ paths:
7474
x-codeSamples:
7575
- lang: Curl
7676
source: |
77-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/o/api/server/v1/users/share' \
7878
-H 'Accept: application/json' \
7979
-H 'Content-Type: application/json' \
8080
-H 'Authorization: Bearer {bearer_token}' \
@@ -165,7 +165,7 @@ paths:
165165
x-codeSamples:
166166
- lang: Curl
167167
source: |
168-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/o/api/server/v1/users/share-with-all' \
169169
-H 'Accept: application/json' \
170170
-H 'Content-Type: application/json' \
171171
-H 'Authorization: Bearer {bearer_token}' \
@@ -249,7 +249,7 @@ paths:
249249
x-codeSamples:
250250
- lang: Curl
251251
source: |
252-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare' \
253253
-H 'Accept: application/json' \
254254
-H 'Content-Type: application/json' \
255255
-H 'Authorization: Bearer {bearer_token}' \
@@ -311,7 +311,7 @@ paths:
311311
x-codeSamples:
312312
- lang: Curl
313313
source: |
314-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare-with-all' \
315315
-H 'Accept: application/json' \
316316
-H 'Content-Type: application/json' \
317317
-H 'Authorization: Bearer {bearer_token}' \

en/identity-server/next/docs/apis/organization-apis/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ paths:
7474
x-codeSamples:
7575
- lang: Curl
7676
source: |
77-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/o/api/server/v1/users/share' \
7878
-H 'Accept: application/json' \
7979
-H 'Content-Type: application/json' \
8080
-H 'Authorization: Bearer {bearer_token}' \
@@ -165,7 +165,7 @@ paths:
165165
x-codeSamples:
166166
- lang: Curl
167167
source: |
168-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/o/api/server/v1/users/share-with-all' \
169169
-H 'Accept: application/json' \
170170
-H 'Content-Type: application/json' \
171171
-H 'Authorization: Bearer {bearer_token}' \
@@ -249,7 +249,7 @@ paths:
249249
x-codeSamples:
250250
- lang: Curl
251251
source: |
252-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare' \
253253
-H 'Accept: application/json' \
254254
-H 'Content-Type: application/json' \
255255
-H 'Authorization: Bearer {bearer_token}' \
@@ -311,7 +311,7 @@ paths:
311311
x-codeSamples:
312312
- lang: Curl
313313
source: |
314-
curl --location 'https://localhost:9443/t/carbon.super/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/o/api/server/v1/users/unshare-with-all' \
315315
-H 'Accept: application/json' \
316316
-H 'Content-Type: application/json' \
317317
-H 'Authorization: Bearer {bearer_token}' \

0 commit comments

Comments
 (0)