updateSpace
Agent Runtimes / api/spacer/spaces / updateSpace
Function: updateSpace()
updateSpace(
token,uid,data,baseUrl?):Promise<UpdateSpaceResponse>
Defined in: src/api/spacer/spaces.ts:82
Update a space (owner updating their own space).
Parameters
token
string
Authentication token
uid
string
Space UID
data
Update data (supports arbitrary Solr fields)
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API
Returns
Promise<UpdateSpaceResponse>
Promise resolving to the updated space response