Update a destination configuration
This page exemplifies the API request and payload that you can use to update an existing destination configuration, using the /authoring/destinations
API endpoint.
For a detailed description of the capabilities of a destination configuration, read the following articles:
- Customer authentication configuration
- OAuth2 authorization
- Customer data fields
- UI attributes
- Schema configuration
- Identity namespace configuration
- Destination delivery
- Audience metadata configuration
- Audience metadata configuration
- Aggregation policy
- Batch configuration
- Historical profile qualifications
Getting started with destination configuration 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 a destination configuration update
You can update an existing destination configuration by making a PUT
request to the /authoring/destinations
endpoint with the updated payload.
platform.adobe.io/data/core/activation/authoring/destinations
To obtain an existing destination configuration and its corresponding {INSTANCE_ID}
, see the article about retrieving a destination configuration.
API format
PUT /authoring/destinations/{INSTANCE_ID}
{INSTANCE_ID}
{INSTANCE_ID}
, see Retrieve a destination configuration.The following request updates the destination we created in this example with different filenameConfig
options.
code language-shell line-numbers h-115-128 |
---|
|
API error handling 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 how to update a destination configuration through the Destination SDK /authoring/destinations
API endpoint.
To learn more about what you can do with this endpoint, see the following articles: