# RedirectsCreateRequest ## Example Usage ```typescript import { RedirectsCreateRequest } from "dokploy/models/operations"; let value: RedirectsCreateRequest = { regex: "", replacement: "", permanent: true, applicationId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `regex` | *string* | :heavy_check_mark: | N/A | | `replacement` | *string* | :heavy_check_mark: | N/A | | `permanent` | *boolean* | :heavy_check_mark: | N/A | | `applicationId` | *string* | :heavy_check_mark: | N/A |