Skip to content

Commit 40939b8

Browse files
[AUTO] Update openapi.json (#1084)
Co-authored-by: peytondmurray <[email protected]>
1 parent 6fbae46 commit 40939b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus-docs/static/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@
13401340
},
13411341
"info": {
13421342
"title": "conda-store",
1343-
"version": "2025.1.2-rc1"
1343+
"version": "2025.2.2-dev"
13441344
},
13451345
"openapi": "3.1.0",
13461346
"paths": {
@@ -2738,6 +2738,7 @@
27382738
},
27392739
"/api/v1/environment/": {
27402740
"get": {
2741+
"deprecated": true,
27412742
"description": "Retrieve a list of environments.\n\nParameters\n----------\nauth : Authentication\n Authentication instance for the request. Used to get role bindings\n and filter environments returned to those visible by the user making\n the request\nentity : AuthenticationToken\n Token of the user making the request\npaginated_args : PaginatedArgs\n Arguments for controlling pagination of the response\nconda_store : app.CondaStore\n The running conda store application\nsearch : Optional[str]\n If specified, filter by environment names or namespace names containing the\n search term\nnamespace : Optional[str]\n If specified, filter by environments in the given namespace\nname : Optional[str]\n If specified, filter by environments with the given name\nstatus : Optional[schema.BuildStatus]\n If specified, filter by environments with the given status\npackages : Optional[List[str]]\n If specified, filter by environments containing the given package name(s)\nartifact : Optional[schema.BuildArtifactType]\n If specified, filter by environments with the given BuildArtifactType\njwt : Optional[auth_schema.AuthenticationToken]\n If specified, retrieve only the environments accessible to this token; that is,\n only return environments that the user has 'admin', 'editor', and 'viewer'\n role bindings for.\n\nReturns\n-------\nDict\n Paginated JSON response containing the requested environments. Uses limit/offset-based\n pagination.",
27422743
"operationId": "api_list_environments_v1_api_v1_environment__get",
27432744
"parameters": [

0 commit comments

Comments
 (0)