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",