-
Notifications
You must be signed in to change notification settings - Fork 10
GetConfig
Robin B edited this page Mar 13, 2020
·
1 revision
Returns internal configuration values of the website meant for admin-use only.
Key | Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
/admin/config
Output:
{
"updateInterval": 15,
"socketConnections": -1,
"requestsPerMinute": -1,
"responseInterval": -1
}