This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5788c4f WIP.
5788c4f is described below
commit 5788c4fbc47daf0f3e49a21df23a1db2e5844713
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Wed Jan 6 10:55:27 2021 -0800
WIP.
---
using-rest.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/using-rest.html b/using-rest.html
index 903e647..52ce125 100644
--- a/using-rest.html
+++ b/using-rest.html
@@ -90,7 +90,7 @@ id: rest
</p>
<p>
<a
href="/tools/script.html"><code>bin/nlpcraft.{sh|cmd}</code></a> script is a
<b>central management utility</b> for NLPCraft. Among many
- commands it provide, there are two commands <code>call</code>
and <code>rest</code> that allows for simple and
+ commands it provides, there are two commands <code>call</code>
and <code>rest</code> that allows for simple and
effective REST API usage against local REST server.
</p>
</div>
@@ -119,6 +119,14 @@ id: rest
</p>
</div>
</section>
+ <section id="users">
+ <h3 class="section-title">Users <span class="amp">&</span>
Organizations</h3>
+ <p>
+ In NLPCraft most of the REST calls require ID of the user. Every
user belongs to a company, and each user
+ has administrative privileges flag. The notion of the user and
company IDs additionally to the model ID provide
+ necessary attributes for proper probe authentication, conversation
maintenance, and security.
+ </p>
+ </section>
<section id="server_errors">
<h2 class="section-title">Server Errors</h2>
<p>
@@ -198,6 +206,7 @@ id: rest
<li class="side-nav-title">On This Page</li>
<li><a href="#java-client">Java Client</a></li>
<li><a href="#format">REST URL</a></li>
+ <li><a href="#users">Users <span class="amp">&</span> Org</a></li>
<li><a href="#server_errors">Server Errors</a></li>
{% include quick-links.html %}
</ul>