Skip to content

Latest commit

 

History

History
60 lines (27 loc) · 1.69 KB

PatchedDocumentRequest.md

File metadata and controls

60 lines (27 loc) · 1.69 KB

bimdata.PatchedDocumentRequest

Properties

Name Type Description Notes
parentId Number [optional]
name String Shown name of the file [optional]
fileName String Full name of the file [optional]
description String Description of the file [optional]
file File [optional]
modelSource String Define the model.source field if the upload is a Model (IFC, PDF, DWG...) * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED [optional]
ifcSource String DEPRECATED: Use 'model_source' instead. Define the model.source field if the upload is a Model (IFC, PDF, DWG...) * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED [optional]
successorOf Number Old document version to replace. Only for create [optional]
processHint String Provide a info about the document in order to customize the way it is processed. * `PHOTOSPHERE` - PHOTOSPHERE [optional]

Enum: ModelSourceEnum

  • UPLOAD (value: "UPLOAD")

  • SPLIT (value: "SPLIT")

  • MERGE (value: "MERGE")

  • EXPORT (value: "EXPORT")

  • OPTIMIZED (value: "OPTIMIZED")

Enum: IfcSourceEnum

  • UPLOAD (value: "UPLOAD")

  • SPLIT (value: "SPLIT")

  • MERGE (value: "MERGE")

  • EXPORT (value: "EXPORT")

  • OPTIMIZED (value: "OPTIMIZED")

Enum: ProcessHintEnum

  • PHOTOSPHERE (value: "PHOTOSPHERE")