UpdateCollectionRequest
Request to update a collection. Absent fields are left unchanged. To clear
the summary or the rule, send summary: null / condition: null
explicitly.
Clearing condition converts an automatic collection to a manual one, which
leaves it empty: it never had hand-picked members to fall back on.
conditionobject | nullnullable
namestring | nullnullable
orderedboolean | nullnullable
summarystring | nullnullable
UpdateCollectionRequest
{
"condition": "Unknown Type: object,null",
"name": "string",
"ordered": true,
"summary": "string"
}