File tree Expand file tree Collapse file tree
src/kernel/resources/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 121
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-bccc42bb10d1afe703f0374d11f33e775522069d69a13bb2345cc566a49ba4f3 .yml
3- openapi_spec_hash : 9f00975c0e741ed84011413674313be0
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-7d6d64b3998b55057f21aa5e33096cd5468f2bb2c4fda65190e9f299b50e5908 .yml
3+ openapi_spec_hash : aa7d3971d38b16eff41b08cc3cbb549d
44config_hash : 3a50aee540dce69a53bb8942f5086f5e
Original file line number Diff line number Diff line change @@ -104,8 +104,9 @@ def retrieve(
104104 extra_body : Body | None = None ,
105105 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
106106 ) -> Project :
107- """
108- Get a project by ID.
107+ """Get a project by its ID or by its name.
108+
109+ Names are unique within an organization.
109110
110111 Args:
111112 extra_headers: Send extra headers
@@ -331,8 +332,9 @@ async def retrieve(
331332 extra_body : Body | None = None ,
332333 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
333334 ) -> Project :
334- """
335- Get a project by ID.
335+ """Get a project by its ID or by its name.
336+
337+ Names are unique within an organization.
336338
337339 Args:
338340 extra_headers: Send extra headers
You can’t perform that action at this time.
0 commit comments