Rename Space Use Case
Renames the old space to the new space assuming a user has the appropriate permissions to rename spaces.
Inputs
- The old space name
- The new space name.
Outputs
- true if it succeeds, false otherwise.
Exceptions
- Exception if new space name already exists or if validation fails.
- Exception if you don't have administrative permissions for this space.