File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 193
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-626284323060c0fad499fdb2041944dfb24eafe88ef53bb29aa637664aa0b619 .yml
3- openapi_spec_hash : ad17546e9e0a56aee371b9a7bfc38eb4
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-efe85a39b9b9cde6b97eba5ee4d437231be5e730c682122a475cbce3c0b8afab .yml
3+ openapi_spec_hash : 251284ebeda328cabe9120cb0041dc87
44config_hash : d579aac01b686dadf777791467e135dd
Original file line number Diff line number Diff line change 1212class Organization (BaseModel ):
1313 is_admin : Optional [bool ] = FieldInfo (alias = "isAdmin" , default = None )
1414 """
15- Whether the user has admin permissions in this organization. Admin permissions
16- typically allow creating organization-level webhooks.
15+ Deprecated: this field is unused by all known consumers and is scheduled for
16+ removal in a future release. Do not read it.
17+
18+ Originally intended to gate organization-level webhook creation in the
19+ dashboard, but that gating was never implemented. Populating this field on the
20+ GitLab path requires a second fully-paginated ListGroups call, which is the main
21+ reason we are deprecating it.
1722 """
1823
1924 name : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments