extensions / Page templates
PUT/api/page-template-variables/{id}

PUT /api/page-template-variables/{id}

A description is not available in the current release metadata.

Code examples
Integration
PUT /api/page-template-variables/{id}
EnvironmentBASE_URL
Request
curl --request PUT \
  --url "${BASE_URL}/api/page-template-variables/example_id" \
  --header "Content-Type: application/json" \
  --data @request.json
Response

Response examples are not available in the current release metadata.

Authentication

Required: session.

Authentication

Requirement
Required
Credential type
session
Scopes
Not specified

Headers

Path Parameters

NameRequiredType
idYesNot specified

Query Parameters

Request Body

Schema: UpdateVariableBody

FieldRequiredType
keyNoNot specified
labelNoNot specified
typeNoNot specified
default_valueNoNot specified
optionsNoNot specified
sort_orderNoNot specified

Response Body

Errors

Availability

Available in
v0.1.0
Available since
v0.1.0
Implementation
Available
Deprecation
Not specified
Rate limits
Not specified