mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
update
This commit is contained in:
@@ -194,8 +194,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"isEnabled": {
|
||||
"default": true,
|
||||
"description": "Whether this app is enabled in config.toml. Example: ```toml [app.bad_app] enabled = false ```",
|
||||
"description": "Whether this app is enabled in config.toml. Example: ```toml [apps.bad_app] enabled = false ```",
|
||||
"type": "boolean"
|
||||
},
|
||||
"logoUrl": {
|
||||
@@ -216,6 +215,7 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"isEnabled",
|
||||
"name"
|
||||
],
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user