Layout
Layout:Undelete
Undelete a layout that was recently deleted. This can only be done within a 15 minute time window
post/v2/layouts/{layoutCode}/undelete
Path parameters
layoutCodestring required
The code of the layout you want to restore
Response
OK
Example response
{
"code": "LY-1234-4321",
"status": "APPROVED",
"name": "My branding",
"createdAt": "2024-06-04T08:15:00+01:00",
"createdBy": "A-1234-4321",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"modifiedBy": "A-1234-4321",
"deletedAt": "A-1234-4321",
"deletedBy": "A-1234-4321"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.