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:
Matt Miller 2026-05-26 23:56:14 -07:00
parent 6df7bf1095
commit dea08e2ff4

View File

@ -5628,6 +5628,7 @@ paths:
required: true
schema:
type: string
format: uuid
description: The API key ID.
responses:
"204":