Skip to content

Commit 9d76d75

Browse files
committed
Document moving subspaces
1 parent e0e0690 commit 9d76d75

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

chapters/02Spaces.tex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)