Zum Hauptinhalt springen
PUT
/
offer-templates
/
{id}
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"
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

OfferTemplate identifier

Body

The updated OfferTemplate resource

name
string
erforderlich
sections
string[]
type
enum<string>
Standard:section
Verfügbare Optionen:
section,
page
Beispiel:

"section"

Antwort

OfferTemplate resource updated

name
string
erforderlich
id
string
sections
string[]
type
enum<string>
Standard:section
Verfügbare Optionen:
section,
page
Beispiel:

"section"