chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@f404b231a6

Updated: 2026-04-11 06:51:27 UTC
This commit is contained in:
Dokploy Bot
2026-04-11 06:51:28 +00:00
parent 8caa7ac4b2
commit 86e1327008

View File

@@ -44762,6 +44762,92 @@
}
}
},
"/stripe.updateInvoiceNotifications": {
"post": {
"operationId": "stripe-updateInvoiceNotifications",
"tags": [
"stripe"
],
"security": [
{
"Authorization": []
}
],
"parameters": [],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
},
"required": [
"enabled"
]
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}
}
},
"400": {
"description": "Invalid input data",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.BAD_REQUEST"
}
}
}
},
"401": {
"description": "Authorization not provided",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.UNAUTHORIZED"
}
}
}
},
"403": {
"description": "Insufficient access",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.FORBIDDEN"
}
}
}
},
"500": {
"description": "Internal server error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.INTERNAL_SERVER_ERROR"
}
}
}
}
}
}
},
"/stripe.getInvoices": {
"get": {
"operationId": "stripe-getInvoices",
@@ -45969,6 +46055,9 @@
"serversQuantity": {
"type": "number"
},
"sendInvoiceNotifications": {
"type": "boolean"
},
"password": {
"type": "string"
},