Create Or Update Links With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/createOrUpdateLinksWithMinimalResponse
createOrUpdateLinksWithMinimalResponse
[JVM]
abstract fun createOrUpdateLinksWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullfileId: @NonNullUUID, @NonNullfileMajorVersion: Int, @NonNullsupportFiles: @NonNullSupportFileLinkRequest): CompletableFuture<Response<MinimalFile>>
Link support files to a file and return a minimal response. The support files are linked to the parent file.
Return
- A future that resolves to the file response with minimal details.
Parameters
JVM
| spaceId | - The space id. |
| fileId | - The file id. |
| fileMajorVersion | - The major version of the parent file. |
| supportFiles | - The support files to link. |