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

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

A description is not available in the current release metadata.

Code examples
Integration
PUT /api/page-template-entries/{id}
EnvironmentBASE_URL
Request
curl --request PUT \
  --url "${BASE_URL}/api/page-template-entries/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: UpdateEntryBody

FieldRequiredType
template_idNoNot specified
titleNoNot specified
slugNoNot specified
routeNoNot specified
statusNoNot specified
meta_titleNoNot specified
meta_descriptionNoNot specified
schema_jsonNoNot specified
faq_configNoNot specified
valuesNoNot specified

Response Body

Errors

Availability

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