extensions / Page templates
POST/api/page-template-entries

POST /api/page-template-entries

A description is not available in the current release metadata.

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

Query Parameters

Request Body

Schema: CreateEntryBody

FieldRequiredType
project_idNoNot specified
template_idYesNot specified
titleYesNot specified
slugNoNot specified
routeYesNot 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