Skip to content

Commit

Permalink
Define session.UnsubscribeParameters to match other commands
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 21, 2025
1 parent da7ada3 commit c35e748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2085,8 +2085,10 @@ and will be removed in the future versions.
<pre class="cddl remote-cddl">
session.Unsubscribe = (
method: "session.unsubscribe",
params: session.UnsubscribeByAttributesRequest / session.UnsubscribeByIDRequest,
params: session.UnsubscribeParameters,
)

session.UnsubscribeParameters = session.UnsubscribeByAttributesRequest / session.UnsubscribeByIDRequest
</pre>
</dd>
<dt>Result Type</dt>
Expand Down

0 comments on commit c35e748

Please sign in to comment.