Update Landing Page Template Content¶
POST /rest/asset/v1/landingPageTemplate/{id}/content.json
Method: POST
Path: /rest/asset/v1/landingPageTemplate/{id}/content.json
Tag: Landing Page Templates
Operation ID: updateLandingPageTemplateContentUsingPOST
Updates the content for the target landing page template. This update is destructive for the draft version of the template. Required Permissions: Read-Write Assets
Formats¶
- Request:
multipart/form-data - Response:
application/json
Request¶
Path parameters¶
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
integer (int32) | Yes | id |
Form-data parameters¶
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
content |
string | Yes | content |
Example request¶
POST {{base_url}}/rest/asset/v1/landingPageTemplate/{{id}}/content.json
Content-Type: multipart/form-data
Accept: application/json
content={{content}}
Responses¶
200 — OK¶
Schema: model: ResponseOfIdResponse
Generated example¶
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"requestId": "123",
"result": [
{
"id": 123
}
],
"success": true,
"warnings": [
"string"
]
}
Referenced models¶
Source¶
Generated from swagger-asset.json.
Generated examples are inferred from the schema. They are illustrative and may not be valid production payloads.