/
admUpdateSpace
admUpdateSpace
Description
Updates the space properties (takes space key and an instance of CSpace struct as parameters).
Return Type
Updated instance of CSpace
Example
Sets new description, name and key to a space with key = "KEY".
CSpace space;
space.description = "New Space description";
space.name = "New Name";
space.key = "NSK";
return admUpdateSpace("KEY", space);
Sets new description, name and key to a space with key = "KEY".
See also
Peacock
, multiple selections available,
Related content
admDeleteSpace
admDeleteSpace
More like this
admGetSpaces
admGetSpaces
More like this
admGetSpace
admGetSpace
More like this
admArchiveSpace
admArchiveSpace
More like this
admSpaceExists
admSpaceExists
More like this
admCreateSpace
admCreateSpace
More like this