Skip to content

Commit 476f951

Browse files
fix cURL path for IS.
1 parent 9ef1fce commit 476f951

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

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/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/t/carbon.super/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.1.0/docs/apis/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ paths:
7575
x-codeSamples:
7676
- lang: Curl
7777
source: |
78-
curl --location 'https://localhost:9443/api/server/v1/users/share' \
78+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share' \
7979
-H 'Accept: application/json' \
8080
-H 'Content-Type: application/json' \
8181
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -166,7 +166,7 @@ paths:
166166
x-codeSamples:
167167
- lang: Curl
168168
source: |
169-
curl --location 'https://localhost:9443/api/server/v1/users/share-with-all' \
169+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share-with-all' \
170170
-H 'Accept: application/json' \
171171
-H 'Content-Type: application/json' \
172172
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -250,7 +250,7 @@ paths:
250250
x-codeSamples:
251251
- lang: Curl
252252
source: |
253-
curl --location 'https://localhost:9443/api/server/v1/users/unshare' \
253+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare' \
254254
-H 'Accept: application/json' \
255255
-H 'Content-Type: application/json' \
256256
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -312,7 +312,7 @@ paths:
312312
x-codeSamples:
313313
- lang: Curl
314314
source: |
315-
curl --location 'https://localhost:9443/api/server/v1/users/unshare-with-all' \
315+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare-with-all' \
316316
-H 'Accept: application/json' \
317317
-H 'Content-Type: application/json' \
318318
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \

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/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/t/carbon.super/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/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ paths:
7575
x-codeSamples:
7676
- lang: Curl
7777
source: |
78-
curl --location 'https://localhost:9443/api/server/v1/users/share' \
78+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share' \
7979
-H 'Accept: application/json' \
8080
-H 'Content-Type: application/json' \
8181
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -166,7 +166,7 @@ paths:
166166
x-codeSamples:
167167
- lang: Curl
168168
source: |
169-
curl --location 'https://localhost:9443/api/server/v1/users/share-with-all' \
169+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share-with-all' \
170170
-H 'Accept: application/json' \
171171
-H 'Content-Type: application/json' \
172172
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -250,7 +250,7 @@ paths:
250250
x-codeSamples:
251251
- lang: Curl
252252
source: |
253-
curl --location 'https://localhost:9443/api/server/v1/users/unshare' \
253+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare' \
254254
-H 'Accept: application/json' \
255255
-H 'Content-Type: application/json' \
256256
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -312,7 +312,7 @@ paths:
312312
x-codeSamples:
313313
- lang: Curl
314314
source: |
315-
curl --location 'https://localhost:9443/api/server/v1/users/unshare-with-all' \
315+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare-with-all' \
316316
-H 'Accept: application/json' \
317317
-H 'Content-Type: application/json' \
318318
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \

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/o/api/server/v1/users/share' \
77+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/share-with-all' \
168+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare' \
252+
curl --location 'https://localhost:9443/t/carbon.super/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/o/api/server/v1/users/unshare-with-all' \
314+
curl --location 'https://localhost:9443/t/carbon.super/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/restapis/organization-user-share.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ paths:
7575
x-codeSamples:
7676
- lang: Curl
7777
source: |
78-
curl --location 'https://localhost:9443/api/server/v1/users/share' \
78+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share' \
7979
-H 'Accept: application/json' \
8080
-H 'Content-Type: application/json' \
8181
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -166,7 +166,7 @@ paths:
166166
x-codeSamples:
167167
- lang: Curl
168168
source: |
169-
curl --location 'https://localhost:9443/api/server/v1/users/share-with-all' \
169+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/share-with-all' \
170170
-H 'Accept: application/json' \
171171
-H 'Content-Type: application/json' \
172172
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -250,7 +250,7 @@ paths:
250250
x-codeSamples:
251251
- lang: Curl
252252
source: |
253-
curl --location 'https://localhost:9443/api/server/v1/users/unshare' \
253+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare' \
254254
-H 'Accept: application/json' \
255255
-H 'Content-Type: application/json' \
256256
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -312,7 +312,7 @@ paths:
312312
x-codeSamples:
313313
- lang: Curl
314314
source: |
315-
curl --location 'https://localhost:9443/api/server/v1/users/unshare-with-all' \
315+
curl --location 'https://localhost:9443/t/carbon.super/api/server/v1/users/unshare-with-all' \
316316
-H 'Accept: application/json' \
317317
-H 'Content-Type: application/json' \
318318
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \

0 commit comments

Comments
 (0)