meta { name: Update Device Mapping type: http seq: 10 } put { url: {{base_url}}/api/devices/{{device_id}}/collections/{{mapping_id}} body: json auth: bearer } auth:bearer { token: {{token}} } body:json { { "device_shelf_name": "Science Fiction", "sync_direction": "book_to_device" } }