Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.04 KB

addprojectdomainrequestbody.md

File metadata and controls

20 lines (15 loc) · 3.04 KB

AddProjectDomainRequestBody

Example Usage

import { AddProjectDomainRequestBody } from "@simplesagar/vercel/models/addprojectdomainop.js";

let value: AddProjectDomainRequestBody = {
  name: "www.example.com",
};

Fields

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