-
Notifications
You must be signed in to change notification settings - Fork 10
PatchUpdateInterval
Robin B edited this page Mar 13, 2020
·
1 revision
Modify the interval at which the database is updated with counter values from cache.
Key | Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
Key | Description | Format | Example |
---|---|---|---|
interval | The interval at which to update the database in minutes | Integer | 15 |
interval
must be any integer greater than 0.
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
/admin/config/updateinterval
with:
- interval
15
Output:
{
"code": 200,
"message": "Update interval successfully updated",
"limit": 15
}