Update an audience template
platform.adobe.io/data/core/activation/authoring/audience-templates
This page exemplifies the API request and payload that you can use to update an audience template, using the /authoring/audience-templates
API endpoint.
For a detailed description of the capabilities that you can configure through this endpoint, see audience metadata management.
Getting started with audience template API operations get-started
Before continuing, please review the getting started guide for important information that you need to know in order to successfully make calls to the API, including how to obtain the required destination authoring permission and required headers.
Update an audience template create
You can update an existing audience template by making a PUT
request to the /authoring/audience-templates
endpoint with the updated payload.
To obtain an existing audience template and its corresponding {INSTANCE_ID}
, see the article about retrieving an audience template.
API format
PUT /authoring/audience-templates/{INSTANCE_ID}
{INSTANCE_ID}
{INSTANCE_ID}
, see Retrieve a audience template.The following request updates an existing audience metadata template, configured by the parameters provided in the payload.
code language-shell |
---|
|
API error handling
Destination SDK API endpoints follow the general Experience Platform API error message principles. Refer to API status codes and request header errors in the Platform troubleshooting guide.
Next steps
After reading this document, you now know when to use audience templates and how to update an audience template using the /authoring/audience-templates
API endpoint. Read how to use Destination SDK to configure your destination to understand where this step fits into the process of configuring your destination.