From 1cb3bb0069ae2f404ff1e5cc86998d153692617e Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Sat, 13 Jun 2026 05:08:09 +0000 Subject: [PATCH] chore: update OpenAPI spec [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 dcbcb8f4..13cae8a0 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: