We've made a small syntax update to the Attributes and Records common models.
Previously, both models required a Query Parameter with the name object to be passed to the request. This Query Parameter pointed to the object's slug, which is retrieved when listing objects.
With this change, the Query Parameter name is changing from object to slug. The value, however, remains the same and is still pointing to the object's slug.