dokploy_patch_saveFileAsPatch
dokploy_patch_saveFileAsPatchSave file changes as patches in Dokploy for applications or Docker Compose configurations to manage updates and deployments.
Instructions
[patch] patch.saveFileAsPatch (POST)
Parameters:
id (string, required)
type (enum: application, compose, required)
filePath (string, required)
content (string, required)
patchType (enum: create, update, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| filePath | Yes | ||
| content | Yes | ||
| patchType | No |