You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -447,7 +447,7 @@ Retrieve a previously saved authentication state</maml:title>
447
447
<maml:description>
448
448
<maml:para>The HTTP Verb used in the operation: GET, POST, PATCH, PUT or DELETE.</maml:para>
449
449
<maml:para>GET retrieves elements, and do not perform changes in the API server.</maml:para>
450
-
<maml:para>POST create new elements or relationships. Most POST operations require a Body, which are generally classes of ShareFile.Api.Models namespace (see examples)</maml:para>
450
+
<maml:para>POST create new elements or relationships. Most POST operations require a Body, which are generally classes of ShareFile.Api.Client.Models namespace (see examples)</maml:para>
451
451
<maml:para>PUT replaces the current element with a new set of values - most ShareFile Entities do not support this Verb - use PATCH by default instead</maml:para>
452
452
<maml:para>PATCH replaces the attribute values provided in the request Body, but leave unspecified attributes unchanged.</maml:para>
453
453
<maml:para>DELETE removes the Entity</maml:para>
@@ -543,7 +543,7 @@ Retrieve a previously saved authentication state</maml:title>
543
543
<maml:description>
544
544
<maml:para>Request Body for the operation. The request body is usually a single or a list of ShareFile.Api.Model objects. (see examples).</maml:para>
<maml:para>Updates the element created in Example 3: retrieves the current user home folder; then finds a named folder under that element using the ByPath action. Then sends an update request to the retrieved folder.</maml:para>
0 commit comments