mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-30 19:07:25 +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
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
description: The secret ID.
|
||||
responses:
|
||||
"204":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user