[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Update DashboardLayoutComponent\n\nVersion 4.0.25.10\n| **Note:** These docs are for an older version of the API. The API reference is also available for [the latest version, 4.0.25.14](/looker/docs/reference/looker-api/latest).\n\n### Update the dashboard element with a specific id.\n\nRequest\n-------\n\nPATCH /dashboard_layout_components/{dashboard_layout_component_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ndashboard_layout_component_id \nstring \nId of dashboard layout component \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[DashboardLayoutComponent](/looker/docs/reference/looker-api/4.0/25.10/types/DashboardLayoutComponent) \nDashboardLayoutComponent\nExpand DashboardLayoutComponent definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \ndashboard_layout_id \nstring \nId of Dashboard Layout \ndashboard_element_id \nstring \nId Of Dashboard Element \nrow \ninteger \nRow \ncolumn \ninteger \nColumn \nwidth \ninteger \nWidth \nheight \ninteger \nHeight \ndeleted \n*lock* \nboolean \nWhether or not the dashboard layout component is deleted \nelement_title \n*lock* \nstring \nDashboard element title, extracted from the Dashboard Element. \nelement_title_hidden \n*lock* \nboolean \nWhether or not the dashboard element title is displayed. \nvis_type \n*lock* \nstring \nVisualization type, extracted from a query's vis_config \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: DashboardLayoutComponent\n\nDatatype \nDescription \n(object) \n[DashboardLayoutComponent](/looker/docs/reference/looker-api/4.0/25.10/types/DashboardLayoutComponent) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \ndashboard_layout_id \nstring \nId of Dashboard Layout \ndashboard_element_id \nstring \nId Of Dashboard Element \nrow \ninteger \nRow \ncolumn \ninteger \nColumn \nwidth \ninteger \nWidth \nheight \ninteger \nHeight \ndeleted \n*lock* \nboolean \nWhether or not the dashboard layout component is deleted \nelement_title \n*lock* \nstring \nDashboard element title, extracted from the Dashboard Element. \nelement_title_hidden \n*lock* \nboolean \nWhether or not the dashboard element title is displayed. \nvis_type \n*lock* \nstring \nVisualization type, extracted from a query's vis_config\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/4.0/25.10/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/4.0/25.10/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Python"]]