Skip to content

Commit b1e9af5

Browse files
authored
Update account.md
1 parent 09bb0a7 commit b1e9af5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/pages/guides/endpoints/cloudloc/account.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following table describes the GET accounts response parameters:
252252

253253
## POST create account
254254

255-
Use this endpoint to create a new Cloud Locations account.
255+
Use this endpoint to create a new cloud API account.
256256

257257
`POST https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/account`
258258

@@ -298,7 +298,7 @@ curl -X 'POST' \
298298

299299
### Example request details
300300

301-
The example request above shows the creation of an email type location account. Note the `accountProperties` for this type includes only the `to` parameter and its value `[email protected]`, or the recipient of the email account.
301+
The example request above shows the creation of an email type account. Note the `accountProperties` for this type includes only the `to` parameter and its value `[email protected]`, or the recipient of the email account.
302302

303303
### Example response details
304304

@@ -325,16 +325,16 @@ The following table describes theCcreate account response parameters:
325325

326326
| Name | Type | Description |
327327
| --- | --- | --- |
328-
| `accountProperties` | object | Contains "to" parameter for recipient |
328+
| `accountProperties` | object | Contains `to` parameter for recipient |
329329
| `createdDate` | string | Account creation date |
330-
| `createdBy` | string | user creating account |
330+
| `createdBy` | string | User creating account |
331331
| `lastModifiedDate` | string | Last account modification date |
332332
| `name` | string | Account name |
333-
| `uuid` | string | The account UUID. This is not the location UUID. |
333+
| `uuid` | string | The account UUID. This is not the Location UUID. |
334334

335335
## GET account by UUID
336336

337-
Use this endpoint to retrieve information for a specific Cloud Locations Account.
337+
Use this endpoint to retrieve information for a specific cloud API Account.
338338

339339
`GET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/account/{UUID}`
340340

@@ -384,7 +384,7 @@ This endpoint contains parameters described in prevoius sections.
384384

385385
## PUT update account
386386

387-
Use this endpoint to update a specific Cloud Locations Account.
387+
Use this endpoint to update a specific cloud API Account.
388388

389389
`PUT https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/account/{UUID}`
390390

@@ -453,7 +453,7 @@ The response parameters for this example are already described in previous secti
453453

454454
## DELETE account
455455

456-
Use this endpoint to delete a specific Cloud Locations account.
456+
Use this endpoint to delete a specific cloud API account.
457457

458458
`DELETE https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/account/{UUID}`
459459

@@ -486,12 +486,12 @@ An s3 Role ARN (Amazon Resource Name) is a unique identifier for an IAM role tha
486486

487487
1. Use the GET s3 role arn method to retrieve the userARN value, as described below.
488488
2. Create a roleARN in the AWS portal. See AWS s3 role ARN instructions for more information.
489-
3. Create an Adobe Cloud Locations account for the s3 ARN type with the POST create account method.
489+
3. Create an Adobe cloud API account for the s3 ARN type with the POST create account method.
490490
4. Include the s3 role ARN `accountProperties` as shown in the JSON above.
491491

492492
## GET s3 role arn
493493

494-
Use this endpoint to retrieve information for a specific Cloud Locations Account.
494+
Use this endpoint to retrieve information for a specific Analytics s3 role arn cloud API Account.
495495

496496
`GET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/account/{UUID}`
497497

@@ -519,9 +519,9 @@ curl -X 'GET' \
519519

520520
### Example details
521521

522-
In the examples above, the GET s3 role arn method is used to request the userARN value. The value is provided in the response and can be used to create a roleARN in the AWS portal. After creating the roleARN, you can create a cloud locations account with the POST create account method described in a previous section. See the Account Properties section in this guide to provide a complete POST request.
522+
In the examples above, the GET s3 role arn method is used to request the `userARN` value. The value is provided in the response and can be used to create a roleARN in the AWS portal. After creating the AWS roleARN, you can create a cloud locations account with the POST create account method described in a previous section. See the [Account Properties](https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/cloudloc/account-properties/) article to view a complete POST request.
523523

524524
For more information, see the following:
525525

526-
* [Cloud Locations API overview](cloudloc/index.md)
527-
* [Cloud Locations API methods endpoint guide](cloudloc/locations.md)
526+
* [Cloud API overview](cloudloc/index.md)
527+
* [Cloud Locations API endpoint guide](cloudloc/locations.md)

0 commit comments

Comments
 (0)