tiled.client.base.BaseClient.replace_metadata
- BaseClient.replace_metadata(metadata=None, specs=None)[source]
EXPERIMENTAL: Replace metadata entirely (see update_metadata).
This is subject to change or removal without notice.
- Parameters:
- metadatadict, optional
User metadata. May be nested. Must contain only basic types (e.g. numbers, strings, lists, dicts) that are JSON-serializable.
- specsList[str], optional
List of names that are used to label that the data and/or metadata conform to some named standard specification.
See also