- Ably FAQs
- Ably error codes
- LiveObjects
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Error code : 92006 - Unable to perform operation without objectId or path
This error occurs when attempting to perform an operation without providing either an object ID or path to identify the target object when using the REST API.
Resolution:
- Ensure that the request includes either an
objectId
or apath
parameter to specify the target object for the operation.