mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Checkpoint before e2e test
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
"properties": {
|
||||
"canGrantAwards": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canGrantProofDropBoxes": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"canGrantAwards"
|
||||
"canGrantAwards",
|
||||
"canGrantProofDropBoxes"
|
||||
],
|
||||
"title": "CodexAvatarAdminCapabilitiesReadResponse",
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user