Skip to content

Commit

Permalink
[AUTO] Update openapi.json (#1074)
Browse files Browse the repository at this point in the history
Co-authored-by: peytondmurray <[email protected]>
  • Loading branch information
github-actions[bot] and peytondmurray authored Feb 3, 2025
1 parent 2171fc6 commit 3f26f7b
Showing 1 changed file with 10 additions and 62 deletions.
72 changes: 10 additions & 62 deletions docusaurus-docs/static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,8 +1207,15 @@
"type": "integer"
},
"metadata_": {
"title": "Metadata",
"type": "object"
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"title": "Metadata"
},
"name": {
"pattern": "^[A-Za-z0-9-+_@$&?^~.=]+$",
Expand Down Expand Up @@ -1333,7 +1340,7 @@
},
"info": {
"title": "conda-store",
"version": "2024.11.3-dev"
"version": "2025.1.2-rc1"
},
"openapi": "3.1.0",
"paths": {
Expand Down Expand Up @@ -5015,65 +5022,6 @@
"conda-store-ui"
]
}
},
"/v2/": {
"get": {
"operationId": "v2_v2__get",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {}
}
},
"description": "Successful Response"
}
},
"summary": "V2",
"tags": [
"registry"
]
}
},
"/v2/{rest}": {
"get": {
"operationId": "list_tags_v2__rest__get",
"parameters": [
{
"in": "path",
"name": "rest",
"required": true,
"schema": {
"title": "Rest",
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {}
}
},
"description": "Successful Response"
},
"422": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
},
"description": "Validation Error"
}
},
"summary": "List Tags",
"tags": [
"registry"
]
}
}
}
}

0 comments on commit 3f26f7b

Please sign in to comment.