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