update
abstract fun update( spaceId: String, newName: String, handler: CompletionHandler<Space>)
Content copied to clipboard
Updates the details for a space by id.
Since
0.1
Parameters
space Id
The identifier of the space.
new Name
A user-friendly name for the space.
handler
A closure to be executed once the request has finished.