Skip to content

Update

//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/update

update

[JVM]
abstract fun update(@NonNullspaceId: @NonNullUUID, @NonNullrequest: @NonNullUpdateSpaceRequest): CompletableFuture<Response<Space>>

Update space by Id. Only the name and acl details can be updated for the given space.

Return

A future that resolves to the updated space.

Parameters

JVM

spaceId- Space identifier.
request- The space to update.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.