Skip to content

Commit 96790d5

Browse files
christian-bromannAutomatedTester
authored andcommitted
make responses between endpoint and intermediary node conform
1 parent c83c8f0 commit 96790d5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,18 @@ <h3><dfn>Async New Session</dfn></h3>
25962596
<dt><a>Remote end</a> is an <a>endpoint node</a>
25972597
<dd>
25982598
<ol>
2599-
<li><p>Execute steps defined in <a>New Session</a>
2599+
<li><p>Let <var>session</var> be a job iniated by following the same steps
2600+
defined in <a>New Session</a>
2601+
2602+
<li><p>Let <var>body</var> be a new JSON <a>Object</a> with the following
2603+
properties:
2604+
2605+
<dl>
2606+
<dt>"<code>sessionCreationId</code>"
2607+
<dd>The <a>session id</a> of the <a>session</a>.
2608+
</dl>
2609+
2610+
<li><p>Return <a>success</a> with data <var>body</var>.
26002611
</ol>
26012612

26022613
<dt><a>Remote end</a> is an <a>intermediary node</a>

0 commit comments

Comments
 (0)