mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-06 10:39:55 -06:00
feat(swagger): update swagger (#7267)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
@@ -1903,6 +1903,14 @@ const docTemplate = `{
|
||||
"services.GalleryOpStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"cancellable": {
|
||||
"description": "Cancellable is true if the operation can be cancelled",
|
||||
"type": "boolean"
|
||||
},
|
||||
"cancelled": {
|
||||
"description": "Cancelled is true if the operation was cancelled",
|
||||
"type": "boolean"
|
||||
},
|
||||
"deletion": {
|
||||
"description": "Deletion is true if the operation is a deletion",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -1896,6 +1896,14 @@
|
||||
"services.GalleryOpStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"cancellable": {
|
||||
"description": "Cancellable is true if the operation can be cancelled",
|
||||
"type": "boolean"
|
||||
},
|
||||
"cancelled": {
|
||||
"description": "Cancelled is true if the operation was cancelled",
|
||||
"type": "boolean"
|
||||
},
|
||||
"deletion": {
|
||||
"description": "Deletion is true if the operation is a deletion",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -727,6 +727,12 @@ definitions:
|
||||
type: object
|
||||
services.GalleryOpStatus:
|
||||
properties:
|
||||
cancellable:
|
||||
description: Cancellable is true if the operation can be cancelled
|
||||
type: boolean
|
||||
cancelled:
|
||||
description: Cancelled is true if the operation was cancelled
|
||||
type: boolean
|
||||
deletion:
|
||||
description: Deletion is true if the operation is a deletion
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user