import { PatchDomainRequest } from "@vercel/sdk/models/patchdomainop.js";
let value: PatchDomainRequest = {
domain: "discrete-habit.name",
requestBody: {
op: "move-out",
},
};
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 |