# 92006: LiveObjects operation missing object reference Identifier: `object_operation_missing_identifier_or_path` A LiveObjects operation could not be performed because it specified neither an object identifier nor a path. ## What you should do Include an object reference in the operation. Every object operation must identify its target by either an object identifier or a path, so supply one of them. ## Why it happens The operation specified neither an object identifier nor a path, so Ably had no way to determine which object it applied to. ## What you'll see The error is reported with code 92006 and HTTP status 400. The message is `object id or path required`.