mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
671 B
671 B
ApplicationSaveEnvironmentRequest
Example Usage
import { ApplicationSaveEnvironmentRequest } from "dokploy/models/operations";
let value: ApplicationSaveEnvironmentRequest = {
applicationId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
applicationId |
string | ✔️ | N/A |
env |
string | ➖ | N/A |
buildArgs |
string | ➖ | N/A |