From 138b131a35a50a3bfb498ff79be3dcf0bc5d4b08 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:08:18 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#318) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index dcbcb8f..13cae8a 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -22840,6 +22840,10 @@ paths: - monthly example: monthly type: string + workspace_id: + description: Optional workspace ID to associate the API key with + format: uuid + type: string required: - callback_url type: object @@ -22908,6 +22912,16 @@ paths: schema: $ref: '#/components/schemas/UnauthorizedResponse' description: Unauthorized - Authentication required or invalid credentials + '403': + content: + application/json: + example: + error: + code: 403 + message: Only management keys can perform this operation + schema: + $ref: '#/components/schemas/ForbiddenResponse' + description: Forbidden - Authentication successful but insufficient permissions '409': content: application/json: