Skip to content

Create Or Update Links

//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/createOrUpdateLinks

createOrUpdateLinks

[JVM]
abstract fun createOrUpdateLinks(@NonNullspaceId: @NonNullUUID, @NonNullfileId: @NonNullUUID, @NonNullfileMajorVersion: Int, @NonNullsupportFiles: @NonNullSupportFileLinkRequest): CompletableFuture<Response<File>>

Link support files to a file. The support files are linked to the parent file.

Return

  • A future that resolves to the file response.

Parameters

JVM

spaceId- The space id.
fileId- The file id.
fileMajorVersion- The major version of the parent file.
supportFiles- The support files to link.