> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Scorecard

Updates a scorecard, allowing modifications to its attributes or configuration.

Note: At least one field must be updated.

## Parameters

<div className="integrations-table">
  | Parameter             | Description                            |
  | --------------------- | -------------------------------------- |
  | Component Label Names | A comma-separated list of label names. |
  | Component Type        | The new type.                          |
  | Description           | The new scorecard description.         |
  | Importance            | The new importance.                    |
  | Name                  | The new scorecard name.                |
  | Owner ID              | The new owner's ID.                    |
  | Scorecard ID          | The unique internal ID.                |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"compass": {
			"updateScorecard": {
				"success": true,
				"scorecardDetails": {
					"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:scorecard/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/8ef553b3-48c8-43a7-934f-5f2acc9dab39",
					"name": "32bfed1c-bc82-401b-9f01-2bfbd5bb86c5",
					"description": "Updated Scorecard",
					"importance": "REQUIRED",
					"componentTypeIds": [
						"SERVICE"
					],
					"owner": {
						"name": "MyPlugin Account"
					}
				}
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "fe0b78099a164c27a88e965178723e01",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}
```

## Workflow Library Example

[Update Scorecard with Compass and Send Results Via Email](https://library.blinkops.com/workflows/update-scorecard-with-compass-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-scorecard-with-compass-and-send-results-via-email/canvas" />
</div>
