mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
update
This commit is contained in:
@@ -30,8 +30,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": {
|
||||
@@ -52,6 +51,7 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"isEnabled",
|
||||
"name"
|
||||
],
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user