From dea08e2ff47706a3c529058acb8c90672ff0d00d Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Tue, 26 May 2026 23:56:14 -0700 Subject: [PATCH] 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). --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index c38511bfb..fe27103e6 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5628,6 +5628,7 @@ paths: required: true schema: type: string + format: uuid description: The API key ID. responses: "204":