-
Notifications
You must be signed in to change notification settings - Fork 3
put_optimize
Alberto Gonzalez edited this page Jun 19, 2017
·
1 revision
Modify optimation settings.
PUT/api/optimize/?sid={sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>
| Parameter | Description | Type | Required |
|---|---|---|---|
| mux | new mux value | int | optional, only if changing |
| deduplevel | new dedup level | int | optional, only if changing |
PUT/api/optimize/?sid=1
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324
{
"mux": 8,
"deduplevel": 2
}
HTTP Status: 200 (OK)