Update With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/updateWithMinimalResponse
updateWithMinimalResponse
[JVM]
abstract fun updateWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullrequest: @NonNullUpdateSpaceRequest): CompletableFuture<Response<MinimalSpace>>
Update space by Id and return a minimal response. Only the name and acl details can be updated for the given space.
Return
A future that resolves to the updated space with minimal response.
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. |