This commit is contained in:
MarekZegare4
2026-07-18 08:14:22 +00:00
parent c5e6676e74
commit 3fe4e7c9e9
2 changed files with 6 additions and 2 deletions

View File

@@ -1410,8 +1410,12 @@
</code></pre> </code></pre>
<p><strong>Parameters</strong>:</p> <p><strong>Parameters</strong>:</p>
<ul> <ul>
<li><code>name</code>: Channel name (URL-encoded if needed)</li> <li><code>name</code>: Channel name (URL-encoded)</li>
<li><code>secret</code>: 16-byte secret represented as 32 hex characters</li> <li><code>secret</code>: 16-byte secret represented as 32 hex characters</li>
<li><code>region_scope</code>: Region Scope (optional, URL-encoded if provided)<ul>
<li>Supported by MeshCore App v1.47.0+</li>
</ul>
</li>
</ul> </ul>
<h2 id="add-contact">Add Contact</h2> <h2 id="add-contact">Add Contact</h2>
<p><strong>Example URL</strong>:</p> <p><strong>Example URL</strong>:</p>

File diff suppressed because one or more lines are too long