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:
Matt Miller 2026-05-26 23:54:12 -07:00
parent 3d39fcc5f7
commit 6df7bf1095

View File

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