We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670e5c5 commit a70f8a3Copy full SHA for a70f8a3
freephoenix888/documentation.tex
@@ -612,14 +612,15 @@ \subsubsection{Обновление связей}
612
613
\paragraph{Примеры}
614
615
-\subparagraph{Обновление начала}
+\subparagraph{Обновление начала и конца}
616
\begin{lstlisting}
617
await deep.update(
618
{
619
id: 1,
620
},
621
622
from_id: 5,
623
+ to_id: 5
624
}
625
);
626
\end{lstlisting}
0 commit comments