updateOffer
Modify an existing Adobe Target offer by updating its name, content, or both. Provide the offer ID and current name to identify and save changes.
Instructions
Update an existing offer. This is a PUT request that updates the offer's name and/or content.
IMPORTANT: The 'name' parameter is REQUIRED by the Adobe Target API. Even if you're only updating the content, you must provide the current or new name.
WORKFLOW:
To update content only: Provide id, current name, and new content
To update name only: Provide id, new name, and current content
To update both: Provide id, new name, and new content
TIP: If you don't know the current name, use getOffer first to retrieve it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Offer ID to update | |
| name | Yes | Offer name (REQUIRED - must provide current name even if not changing it) | |
| content | No | Updated offer content (HTML/CSS/JavaScript) |