Instance
Update instance settings
UpdateInstanceSettings replaces them. Admins only.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/api/v1/instance/settings" \ -H "Content-Type: application/json" \ -d '{}'{ "settings": { "name": "string", "publicSignup": true, "publicList": { "listUid": "string", "showNames": true, "showMeta": true, "allowJoin": true, "listName": "string" }, "defaultLocale": "string" }}