Get Config For Single Setting Type All Versions
GET /settings/v1/setting_type/{setting_type_id}/v
GET
/settings/v1/setting_type/{setting_type_id}/v
Get a configuration and all versions for a given setting type ID.
Required Permissions:
- For any player (including themselves) any of:
setting-config:read
,setting:*:*
Authorizations
Parameters
Path Parameters
setting_type_id
required
string
Responses
200
Successful Response
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
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
auth_success
boolean
error_code
required
string
desc
required
string
404
Error Codes:
setting_type_id_not_found
- The setting type ID was not found
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string