The API docs show that Account.buckets.edit
takes a Partial<BucketCreateInfo>
, but data_retention
and data_retention_ignore
are only available from the <BucketInfo>
interface.
Is there a way to update (or set during device creation) the data_retention
and data_retention_ignore
values for a bucket via the API?