UpdateAssetMetadataInput
Asset field filtering
FieldsLink copied!
UpdateAssetMetadataInput.id ● ID! non-null scalarLink copied!
ID of the asset
UpdateAssetMetadataInput.metadataSchemaName ● String! non-null scalarLink copied!
The name of the metadata schema
UpdateAssetMetadataInput.relationshipName ● String scalarLink copied!
The explicit name of the relationship to add.
We will try to infer the relationship if this is not provided.
UpdateAssetMetadataInput.metadata ● JSON! non-null scalarLink copied!
Metadata properties to update as key/value pairs. Must be valid for the specified metadata schema
Member ofLink copied!
updateAssetMetadata mutation