meta { name: Update Device type: http seq: 5 } put { url: {{base_url}}/api/devices/{{deviceId}} body: json auth: inherit } body:json { { "device_name": "My Updated Kindle", "sync_enabled": true, "auto_sync": true, "sync_frequency_minutes": 10 } }