File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,3 +197,17 @@ \section{Remove Spaces}
197197\item [Description] Removes all the given spaces, including their full space hierarchies.
198198\item [Returns] A jSON string containing a status object.
199199\end {description }
200+
201+ \section {Move Spaces }
202+ \begin {description }
203+ \item [URL] \servicesurl {services/move/space}
204+ \item [Method] POST
205+ \item [Parameter Encoding] application/x-www-form-urlencoded
206+ \item [Parameters] \
207+ \begin {description }
208+ \item [parent] \type {Integer} The ID of the parent space where the spaces will be moved to. Moved spaces will become subspaces of this space.
209+ \item [{selectedIds[]}] \type {Integer List} The list of space IDs of spaces that will be moved.
210+ \end {description }
211+ \item [Description] Moves all the given spaces, including their full space hierarchies, to the space represented by parent
212+ \item [Returns] A jSON string containing a status object.
213+ \end {description }
You can’t perform that action at this time.
0 commit comments