import { UploadCertRequest } from "@vercel/sdk/models/uploadcertop.js";
let value: UploadCertRequest = {
requestBody: {
ca: "<value>",
key: "<key>",
cert: "<value>",
},
};
Field | Type | Required | Description |
---|---|---|---|
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.UploadCertRequestBody | ✔️ | N/A |