mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-01 03:47:25 +08:00
openapi: tighten revokeWorkspaceAPIKey.id to uuid format
revokeWorkspaceAPIKey is x-runtime:[cloud]; cloud's runtime treats the API key ID as a UUID. Adds format: uuid to align the generated type with cloud's handler. No OSS-local consumer (cloud-only endpoint).
This commit is contained in:
parent
6df7bf1095
commit
dea08e2ff4
@ -5628,6 +5628,7 @@ paths:
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
description: The API key ID.
|
||||
responses:
|
||||
"204":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user