Update configuration key naming convention to use snake_case consistently. Applies changes recursively across all subdirectories.
21 lines
281 B
Plaintext
21 lines
281 B
Plaintext
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
|
|
}
|
|
}
|