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