Skip to content

Commit 8d4191e

Browse files
committed
Update from SAP DITA CMS (squashed):
commit 4a316121941ef0af9892821a196c723e680402e2 Author: REDACTED Date: Mon Jul 7 08:57:56 2025 +0000 Update from SAP DITA CMS 2025-07-07 08:57:56 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap Output: loiob2927cc326be495da9f4fea0b6bda2b3 Language: en-US Builddable map: c590d25af285407ba12a69179a940c19.ditamap commit eb7c32e0e78682f95d1572a3609f8d70f4a05e85 Author: REDACTED Date: Mon Jul 7 07:42:06 2025 +0000 Update from SAP DITA CMS 2025-07-07 07:42:06 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap Output: loiob2927cc326be495da9f4fea0b6bda2b3 Language: en-US Builddable map: c590d25af285407ba12a69179a940c19.ditamap commit 7a47e1af7becc52d0a420819dd3b0b35e887d467 Author: REDACTED Date: Mon Jul 7 06:47:10 2025 +0000 Update from SAP DITA CMS 2025-07-07 06:47:10 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap ################################################## [Remaining squash message was removed before commit...]
1 parent de9adba commit 8d4191e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

docs/1-connectivity-documentation/adding-and-managing-subaccounts-f16df12.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ Press *Add Subaccount* to define a subaccount. This will open a dialog or wizard
208208

209209
![](images/SCC_AddManageSubaccounts_4_ab635bc.png)
210210

211+
> ### Note:
212+
> The obtained subaccount authentication data you plan to apply is valid only for a few minutes. Therefore, you need to apply the subaccount authentication data immediately after fetching it from the cloud side.
213+
211214
To download the authentication data file **from your subaccount in the SAP BTP cockpit**, perform the following steps:
212215

213216
1. Log on to the SAP BTP cockpit and choose the subaccount you'd like to connect to.

docs/1-connectivity-documentation/referring-resources-using-the-rest-api-78ba73a.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following sample request shows how you can retrieve a destination with name
3434
> ### Sample Code:
3535
> ```
3636
> curl --request GET
37-
> --url https://<destination-service-url>/destination-configuration/v2/destinations/subaccount@dest1
37+
> --url https://<destination-service-url>/destination-configuration/v2/destinations/dest1@subaccount
3838
> --header 'Authorization: Bearer {{account token}}'
3939
> ```
4040
@@ -47,9 +47,9 @@ The following sample request shows how you can retrieve a destination with name
4747
> ### Sample Code:
4848
> ```
4949
> curl --request GET
50-
> --url https://<destination-service-url>/destination-configuration/v2/destinations/subaccount@dest1
50+
> --url https://<destination-service-url>/destination-configuration/v2/destinations/dest1@subaccount
5151
> --header 'Authorization: Bearer {{account token}}'
52-
> --header 'X-fragment-name: instance@fragment2'
52+
> --header 'X-fragment-name: fragment2@instance'
5353
> ```
5454
5555
@@ -83,9 +83,9 @@ The following sample request shows how you can retrieve a destination with name
8383
> ### Sample Code:
8484
> ```
8585
> curl --request GET
86-
> --url https://<destination-service-url>/destination-configuration/v2/destinations/provider_subaccount@dest1
86+
> --url https://<destination-service-url>/destination-configuration/v2/destinations/dest1@provider_subaccount
8787
> --header 'Authorization: Bearer {{subscriber token}}'
88-
> --header 'X-fragment-name: instance@fragment2'
88+
> --header 'X-fragment-name: fragment2@instance'
8989
> ```
9090
9191
Requesting resources on a single level has no restrictions.
@@ -99,9 +99,9 @@ The following sample request shows how you can retrieve a destination with name
9999
> ### Sample Code:
100100
> ```
101101
> curl --request GET
102-
> --url https://<destination-service-url>/destination-configuration/v2/destinations/subaccount@dest1
102+
> --url https://<destination-service-url>/destination-configuration/v2/destinations/dest1@subaccount
103103
> --header 'Authorization: Bearer {{subscriber token}}'
104-
> --header 'X-fragment-name: subaccount@fragment2'
104+
> --header 'X-fragment-name: fragment2@subaccount'
105105
> ```
106106
107107

0 commit comments

Comments
 (0)