Skip to content

Commit 8e273e0

Browse files
Caleb KwanGitHub Enterprise
authored andcommitted
Merge pull request #6534 from ens25212/fix
Fix API endpoint
2 parents 55cfdfe + a3b82eb commit 8e273e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help/segmentation/api/create-audience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ POST /audiences?createAudienceMetaOnly=true
4646
>You **must** include the `Accept: application/vnd.adobe.external.audiences+json; version=2` header as part of the API request.
4747
4848
```shell
49-
curl -X POST https://platform.adobe.io/core/ais/audiences?createAudienceMetaOnly=true \
49+
curl -X POST https://platform.adobe.io/data/core/ais/audiences?createAudienceMetaOnly=true \
5050
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
5151
-H 'Content-Type: application/json' \
5252
-H 'x-gw-ims-org-id: {ORG_ID}' \

0 commit comments

Comments
 (0)