docs(nerdgraph): update widget link and description API examples#23503
Open
sujitnewrelic wants to merge 1 commit intodevelopfrom
Open
docs(nerdgraph): update widget link and description API examples#23503sujitnewrelic wants to merge 1 commit intodevelopfrom
sujitnewrelic wants to merge 1 commit intodevelopfrom
Conversation
Update the dashboardUpdateWidgetsInPage API examples to show that the full widget configuration is required when updating widgets, not just the fields being changed. This includes visualization, layout, title, linkedEntityGuids, and rawConfiguration. Changes: - Update "Update widget link and description" example with full config - Update "Remove widget link and description" example with full config - Remove "Bulk update multiple widgets" section - Use GraphQL variables pattern for consistency with other examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Hi @sujitnewrelic 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
Contributor
Author
|
netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): https://api-correction-widget-des-and-link--docs-website-netlify.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dashboardUpdateWidgetsInPageAPI examples to show that the full widget configuration is required when updating widgets, not just the fields being changedChanges
The widget update examples now correctly show that you must include the complete widget configuration (visualization, layout, title, linkedEntityGuids, rawConfiguration) when using
dashboardUpdateWidgetsInPage, even if you only want to update the description or link fields.Test plan
🤖 Generated with Claude Code