Skip to main content

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

NameTypeRequiredDescription
solutionStringyesUnique name of the solution containing the global choice.
nameStringyesName of the global choice to update.
displayNameStringnoUpdated display name (optional).
descriptionStringnoUpdated description (optional).
dryRunBooleannoIf true, validates without persisting changes.

Output

Returns Task<MetadataUpdateChoiceResult>.