Commit a3eae4d
committed
screenshot_config: send cache_ttl as plain int, not bool-formatted string
Follow-up to the previous commit: the field type was fixed but the
to_api_params() body still ran cache_ttl through _bool_to_http(),
which coerces to "True"/"False" strings. Pass the raw int instead.1 parent 9db24f5 commit a3eae4d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments