mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@2b0ae65f71 Updated: 2026-01-12 02:26:09 UTC
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user