import { AddProjectDomainRequestBody } from "@simplesagar/vercel/models/addprojectdomainop.js";
let value: AddProjectDomainRequestBody = {
name: "www.example.com",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
string | ✔️ | The project domain name | www.example.com |
gitBranch |
string | ➖ | Git branch to link the project domain | |
redirect |
string | ➖ | Target destination domain for redirect | foobar.com |
redirectStatusCode |
models.AddProjectDomainRedirectStatusCode | ➖ | Status code for domain redirect | 307 |