Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.64 KB

patchdomainrequest.md

File metadata and controls

23 lines (18 loc) · 1.64 KB

PatchDomainRequest

Example Usage

import { PatchDomainRequest } from "@vercel/sdk/models/patchdomainop.js";

let value: PatchDomainRequest = {
  domain: "discrete-habit.name",
  requestBody: {
    op: "move-out",
  },
};

Fields

Field Type Required Description
domain string ✔️ N/A
teamId string The Team identifier to perform the request on behalf of.
slug string The Team slug to perform the request on behalf of.
requestBody models.PatchDomainRequestBody ✔️ N/A