ppds_metadata_update_choice
Updates an existing global choice (option set). Only the provided optional fields are changed; omitted fields remain unchanged. Supports dry-run mode.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| solution | String | yes | Unique name of the solution containing the global choice. |
| name | String | yes | Name of the global choice to update. |
| displayName | String | no | Updated display name (optional). |
| description | String | no | Updated description (optional). |
| dryRun | Boolean | no | If true, validates without persisting changes. |
Output
Returns Task<MetadataUpdateChoiceResult>.