mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-02 04:17:33 +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
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
format: uuid
|
||||||
description: The API key ID.
|
description: The API key ID.
|
||||||
responses:
|
responses:
|
||||||
"204":
|
"204":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user