GET /settings.json [public access]
Parameters
(None)
Response
Code Block |
---|
curl https://api.vsee.me/api_v3/settings.json { "data": { "visit": { "time": { "max_wait_time": 86400 } } } } |
GET /settings/:path.json [public access]
Parameters
Parameter | Type | Description |
---|---|---|
| String | The path to the settings object. e.g. |
...