Get Config For All Setting Types
GET
/settings/v1/setting_type
Get all setting types and their configuration.
Required Permissions: setting-config:read
Authorizations
- HTTPBearerHeadersOrCookie
Responses
200
Successful Response
object
key
additional properties
object
versions
required
Map of setting type version ids to the version
object
key
additional properties
object
allow_update
Are players allowed to set/update keys to this version of the setting type? Does not affect getting or deleting existing settings.
boolean
key_regex
Regex that is used to verify keys at assignment time
string
value_jsonschema
required
jsonschema that is used to verify values at assignment time
object
custom_data
Custom data that was provided when the setting type was created
object
key
additional properties
string