Actions
Update Scorecard
Updates a scorecard, allowing modifications to its attributes or configuration.
Note: At least one field must be updated.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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
}
}
}
Was this page helpful?