mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-02 20:37:35 +08:00
openapi: tighten deleteSecret.id to uuid format
DeleteSecret is an x-runtime:[cloud] endpoint; cloud's runtime treats the secret ID as a UUID. Adds format: uuid to the path parameter so the generated type matches cloud's handler. No OSS-local consumer (cloud-only endpoint).
This commit is contained in:
parent
3d39fcc5f7
commit
6df7bf1095
@ -6758,6 +6758,7 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
format: uuid
|
||||||
description: The secret ID.
|
description: The secret ID.
|
||||||
responses:
|
responses:
|
||||||
"204":
|
"204":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user