Skip to content

Commit 20a7b36

Browse files
feat(api): api update
1 parent 14a4f3c commit 20a7b36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: 44
2-
openapi_spec_hash: 66a1eb040f577f552228baf4ddbd17d0
2+
openapi_spec_hash: 947c1396f52c4f78645b067ac0b708e5
33
config_hash: 659f65b6ccf5612986f920f7f9abbcb5

src/codex/types/organization_list_members_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ class OrganizationListMembersResponseItem(BaseModel):
1313

1414
name: str
1515

16+
user_id: str
17+
1618

1719
OrganizationListMembersResponse: TypeAlias = List[OrganizationListMembersResponseItem]

0 commit comments

Comments
 (0)