chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@2b0ae65f71

Updated: 2026-01-12 02:26:09 UTC
This commit is contained in:
Dokploy Bot
2026-01-12 02:26:09 +00:00
parent 4f2beec32e
commit ba55a532d9

View File

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