This commit is contained in:
2024-10-27 03:49:55 +01:00
parent 585d7e3380
commit 07c6081c03
4 changed files with 21 additions and 20 deletions

View File

@ -735,19 +735,19 @@ Returns the current state of the Image-compression setting.
<details>
<summary>Returns</summary>
Boolean
number
</details>
### <sub>![POST](https://img.shields.io/badge/POST-00f)</sub> `/v2/Settings/CompressImages`
Enables/Disables Imagecompression.
Set the quality of the compression.
<details>
<summary>Request</summary>
| Parameter | Value |
|-----------|------------|
| value | true/false |
| Parameter | Value |
|-----------|-------|
| value | 1-100 |
</details>
<details>