From ba55a532d9d3e4b813e0d0ce6e1dae141fa1a14b Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Mon, 12 Jan 2026 02:26:09 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@2b0ae65f71c2dfd37e7475f0baef54bf741babfb Updated: 2026-01-12 02:26:09 UTC --- apps/docs/public/openapi.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 27ee4bd..37e0208 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -19585,6 +19585,31 @@ } } }, + "/stripe.getInvoices": { + "get": { + "operationId": "stripe-getInvoices", + "tags": [ + "stripe" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [], + "responses": { + "200": { + "description": "Successful response", + "content": { + "application/json": {} + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + } + }, "/swarm.getNodes": { "get": { "operationId": "swarm-getNodes",