Updates an existing custom menu for a given company. Requires authentication and proper permissions.Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Path parameters
ID of the custom menu to update
Body
Title of the custom menu
URL of the custom menu
Icon information for the custom menu
Whether the menu must be displayed on the agency’s level
Whether the menu must be displayed for accounts level
Whether the menu must be displayed to all accounts
Mode for opening the menu link Posibles valores: ‘iframe’, ‘new_tab’, ‘current_tab’
List of account IDs where the menu should be shown. This list is applicable only when showOnLocation is true and showToAllLocations is false
Which user-roles should the menu be accessible to? Posibles valores: ‘all’, ‘admin’, ‘user’
Whether to allow camera access (only for iframe mode)
Whether to allow microphone access (only for iframe mode)
Respuestas
200 - Custom menu successfully updated
200 - Custom menu successfully updated
400 - Bad Request - Invalid input
400 - Bad Request - Invalid input
401 - Unauthorized
401 - Unauthorized
403 - Forbidden - Insufficient permissions
403 - Forbidden - Insufficient permissions
404 - Not Found - Custom menu or company not found
404 - Not Found - Custom menu or company not found
422 - Unprocessable Entity
422 - Unprocessable Entity

