Get App Settings Client
GET/config/v1/app_settings/client
DEPRECATED Please use /v2/kv instead.
Returns app settings that are configured to be available to the client.
Request
Header Parameters
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
If you provide the ETag that matches the current ETag for this content, will return a 412 response - indicating that the content has changed.
Responses
- 200
- 304
- 412
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
]
The key for the setting
The value for the setting
notes
object
Notes to describe the key value pair
anyOf
string
[
{
"key": "string",
"value": "string",
"notes": "string"
}
]
Content still has the same etag and has not changed
Content has changed since the ETag was provided
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}