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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OfferTemplate identifier
The updated OfferTemplate resource
section
page
"section"
OfferTemplate resource updated
War diese Seite hilfreich?