cURL
curl -X PUT \ /offer-templates/{id} \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "name": "", "sections": [ "" ], "type": "section" }'
{ "name": "<string>", "id": "<string>", "sections": [ "<string>" ], "type": "section" }
Update an existing offer template
offer-template:write
Value for the Authorization header parameter.
OfferTemplate identifier
The updated OfferTemplate resource
section
page
"section"
OfferTemplate resource updated
Was this page helpful?