{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Layouts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Layouts", "type": "folder" }, "items": [ { "info": { "name": "Update a Layout", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/settings/layouts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the layout. Must be a valid 64-bit integer represented as a string. Can be obtained from the Get Layouts API." }, { "name": "module", "value": "", "type": "query", "description": "Specify the API name of the required module. Supports both standard modules (Leads, Accounts, Contacts, Deals, Campaigns, Tasks, Cases, Events, Calls, Solutions, Products, Vendors, Price_Books, Quotes, Sales_Orders, Purchase_Orders, Invoices, Appointments, Services) and custom modules. Module API names are case-insensitive, can contain alphanumeric characters and underscores, must not contain spaces, and have a maximum length of 50 characters. Use the GET - Modules Metadata API to retrieve all available module API names." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a custom layout in Zoho CRM. You can rename the layout, add/remove profile permissions, enable/disable business card, create/update/delete sections, and add/update/delete/move fields within sections. Limits: Maximum 5 sections per request and maximum 5 fields total across all sections per request." } ] } ], "bundled": true }