Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.61 KB

uploadcertrequest.md

File metadata and controls

23 lines (18 loc) · 1.61 KB

UploadCertRequest

Example Usage

import { UploadCertRequest } from "@vercel/sdk/models/uploadcertop.js";

let value: UploadCertRequest = {
  requestBody: {
    ca: "<value>",
    key: "<key>",
    cert: "<value>",
  },
};

Fields

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