update

abstract fun update(spaceId: String, newName: String, handler: CompletionHandler<Space>)

Updates the details for a space by id.

Since

0.1

Parameters

spaceId

The identifier of the space. (Derived parameter: Use SpaceClient.list to get a list of spaces. Then use Space.id to retrieve the spaceId)

newName

A user-friendly name for the space.

handler

A closure to be executed once the request has finished.