Using API to Update Landing Page Layout
- 1 Overview
- 1.1 Request
- 1.2 Response
- 1.3 PUT Methods
Overview
This API allows you to update a landing page layout in Hawksearch dashboard.
Request
Response
The response is an array of landing page layout objects, every object being a series of key-value pairs. For the description of the data, please refer to Using API to Get All Landing Page Layout
Â
PUT Methods
PUT api/v9/landingPageLayout/{id}
Updates a landing page content
Parameters
id: Id of an entity to update (FromUri)
pageLayout: An entity with updated properties (FromBody)