mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
0b08d89304
- [x] Add a method to override feature flags globally and not just thread level.
17 lines
386 B
JSON
Generated
17 lines
386 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"enablement": {
|
|
"additionalProperties": {
|
|
"type": "boolean"
|
|
},
|
|
"description": "Feature enablement entries updated by this request.",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"enablement"
|
|
],
|
|
"title": "ExperimentalFeatureEnablementSetResponse",
|
|
"type": "object"
|
|
} |