extensions / Page templates
POST
/api/page-template-entriesPOST /api/page-template-entries
A description is not available in the current release metadata.
GETPOST
Code examples
Integration
POST /api/page-template-entries
Environment
BASE_URLcurl --request POST \
--url "${BASE_URL}/api/page-template-entries" \
--header "Content-Type: application/json" \
--data @request.jsonResponse
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
| Field | Required | Type |
|---|---|---|
project_id | No | Not specified |
template_id | Yes | Not specified |
title | Yes | Not specified |
slug | No | Not specified |
route | Yes | Not specified |
status | No | Not specified |
meta_title | No | Not specified |
meta_description | No | Not specified |
schema_json | No | Not specified |
faq_config | No | Not specified |
values | No | Not specified |
Response Body
Errors
Availability
- Available in
- v0.1.0
- Available since
- v0.1.0
- Implementation
- Available
- Deprecation
- Not specified
- Rate limits
- Not specified