Skip to content

Commit cb36cd8

Browse files
feat(api): api update
1 parent ce1363a commit cb36cd8

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 55
2-
openapi_spec_hash: d719fa1f3cf8b6b5685d1c583e6d1a2a
2+
openapi_spec_hash: ef178c3ce0c31f0785212f1138ee8eee
33
config_hash: 48c3812186c899cdef23cc8de76bd2aa

src/codex/types/project_list_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ class Project(BaseModel):
416416

417417
created_by_user_id: str
418418

419+
is_template: bool
420+
419421
name: str
420422

421423
organization_id: str

src/codex/types/project_retrieve_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ class ProjectRetrieveResponse(BaseModel):
414414

415415
created_by_user_id: str
416416

417+
is_template: bool
418+
417419
name: str
418420

419421
organization_id: str

src/codex/types/project_return_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ class ProjectReturnSchema(BaseModel):
414414

415415
created_by_user_id: str
416416

417+
is_template: bool
418+
417419
name: str
418420

419421
organization_id: str

0 commit comments

Comments
 (0)