When a `PUT` is called for a specific item with the following body, the item's position becomes null: ``` { data: { attributes: { status: 'playing' } } } ```
When a
PUTis called for a specific item with the following body, the item's position becomes null: