mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-28 01:47:32 +08:00
Merge branch 'master' into matt/asset-image-dimensions-metadata
This commit is contained in:
commit
53e4342d7b
11
openapi.yaml
11
openapi.yaml
@ -4160,6 +4160,9 @@ paths:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: Display name for the API key
|
description: Display name for the API key
|
||||||
|
description:
|
||||||
|
type: string
|
||||||
|
description: User-provided description for the key
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: API key created
|
description: API key created
|
||||||
@ -7682,6 +7685,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
description:
|
||||||
|
type: string
|
||||||
|
nullable: true
|
||||||
|
description: User-provided description
|
||||||
prefix:
|
prefix:
|
||||||
type: string
|
type: string
|
||||||
description: First few characters of the key for identification
|
description: First few characters of the key for identification
|
||||||
@ -7708,6 +7715,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
description:
|
||||||
|
type: string
|
||||||
|
nullable: true
|
||||||
|
description: User-provided description
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
description: Full API key value (only returned on creation)
|
description: Full API key value (only returned on creation)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user