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