Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1019 Bytes

documentmovedocumenttoteamrequest.md

File metadata and controls

19 lines (14 loc) · 1019 Bytes

DocumentMoveDocumentToTeamRequest

Example Usage

import { DocumentMoveDocumentToTeamRequest } from "@documenso/sdk-typescript/models/operations";

let value: DocumentMoveDocumentToTeamRequest = {
  documentId: 866.68,
  teamId: 9672.47,
};

Fields

Field Type Required Description
documentId number ✔️ The ID of the document to move to a team.
teamId number ✔️ The ID of the team to move the document to.