oc-catalog update

This commit is contained in:
mr
2026-02-12 11:33:23 +01:00
parent 9da08a1a97
commit 7dbc9cb842
12 changed files with 348 additions and 40 deletions

View File

@@ -121,6 +121,27 @@ paths:
responses:
"200":
description: '{compute} models.compute'
/compute/search/{search}/decentralized/{type}:
get:
tags:
- compute
description: |-
find workflow by key word
<br>
operationId: ComputeController.Search Decentralized
parameters:
- in: path
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
/data/:
get:
tags:
@@ -216,6 +237,27 @@ paths:
responses:
"200":
description: '{data} models.data'
/data/search/{search}/decentralized/{type}:
get:
tags:
- data
description: |-
find workflow by key word
<br>
operationId: DataController.Search Decentralized
parameters:
- in: path
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
/enum/booking/status:
get:
tags:
@@ -487,6 +529,27 @@ paths:
responses:
"200":
description: '{processing} models.processing'
/processing/search/{search}/decentralized/{type}:
get:
tags:
- processing
description: |-
find workflow by key word
<br>
operationId: ProcessingController.Search Decentralized
parameters:
- in: path
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
/purchase/:
get:
tags:
@@ -591,22 +654,27 @@ paths:
responses:
"200":
description: '{resource} models.resource'
delete:
/resource/decentralized/{type}/search/{search}:
get:
tags:
- resource
description: |-
delete the resource
find workflow by key word
<br>
operationId: ResourceController.Delete
operationId: ResourceController.Search Decentralized
parameters:
- in: path
name: id
description: The id you want to deleteDeleteOne
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{resource} delete success!'
description: '{workflow} models.workflow'
/resource/search/{search}:
get:
tags:
@@ -737,6 +805,27 @@ paths:
responses:
"200":
description: '{storage} models.storage'
/storage/search/{search}/decentralized/{type}:
get:
tags:
- storage
description: |-
find workflow by key word
<br>
operationId: StorageController.Search Decentralized
parameters:
- in: path
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
/version/:
get:
tags:
@@ -854,7 +943,28 @@ paths:
description: |-
find workflow by key word
<br>
operationId: WorkflowController.Get
operationId: WorkflowController.Search
parameters:
- in: path
name: search
description: the search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
/workflow/search/{search}/decentralized/{type}:
get:
tags:
- workflow
description: |-
find workflow by key word
<br>
operationId: WorkflowController.Search Decentralized
parameters:
- in: path
name: search