Magidoc

updateDashboard
Mutation

Updates an existing dashboard's configuration.

Common use cases:

  1. Updating dashboard metadata (title, privacy, etc.)
  2. Modifying widget layouts
  3. Updating global widget filter

Arguments

#

_id

ID !
Non-null

Dashboard ID to update

title

New dashboard title

privacy

New privacy setting

projectIds

[ ID ]

Updated project IDs for access

sharingWith

[ ID !]

Updated user IDs to share with

teams

[ ID !]

Updated team IDs to share with

layout

Updated widget layout configuration

filter

Updated global widget filter

shareOnBehalfOfCreator

Whether to share on behalf of creator

pinToUser

Whether to pin dashboard to user

color

Updated dashboard color

allowedEmailDomains

[ String !]

Updated allowed email domains

allowAccessToWhitelistedDomains

Whether to allow whitelisted domain access

backgroundColor

Updated background color

backgroundImageUrl

Updated background image URL

backgroundImageCropType

Updated background image crop type

displayTipsAndTricksFooter

Whether to display tips footer

headerTextColor

Updated header text color

Response

#

Returns Dashboard .

Example

#

    
  

3

    
  

3

    
  

3