mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-26 02:42:36 +08:00
Add asset file_path and display_name response fields (#14005)
Amp-Thread-ID: https://ampcode.com/threads/T-019e4ca5-b71a-7168-8f56-58b2325f34c3 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
13
openapi.yaml
13
openapi.yaml
@@ -6610,7 +6610,18 @@ components:
|
||||
description: Unique identifier for the asset
|
||||
name:
|
||||
type: string
|
||||
deprecated: true
|
||||
description: Name of the asset file
|
||||
file_path:
|
||||
type: string
|
||||
nullable: true
|
||||
x-runtime: [cloud, local]
|
||||
description: "Logical asset locator under the namespace root. Not a unique reference key; use `id` for identity."
|
||||
display_name:
|
||||
type: string
|
||||
nullable: true
|
||||
x-runtime: [cloud, local]
|
||||
description: "Human-facing display label for the asset. Not a unique reference key; use `id` for identity."
|
||||
hash:
|
||||
type: string
|
||||
nullable: true
|
||||
@@ -8730,4 +8741,4 @@ components:
|
||||
items:
|
||||
$ref: "#/components/schemas/TaskEntry"
|
||||
pagination:
|
||||
$ref: "#/components/schemas/PaginationInfo"
|
||||
$ref: "#/components/schemas/PaginationInfo"
|
||||
|
||||
Reference in New Issue
Block a user