SettingsDepotsUmdsUpdateSpec
The Umds.UpdateSpec structure defines the information used to update the UMDS depot.
Properties
string
description
Optional
Description of the depot. If unset, the description is not updated.
boolean
enabled
Optional
Flag indicating whether or not this depot is enabled. Disabling the depot doesn’t delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced. If unset, the enabled flag is not updated.
JSON Example
{
"description": "string",
"enabled": false
}