Skip to content

Commit cf111b6

Browse files
committed
Updated API documentation for File Upload action.
1 parent 5846472 commit cf111b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentations/src/views/FileStorage.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<b>Example Payload</b>
5353
<pre class="bg-secondary border-gray border rounded p-2"><span class="text-primary">{}</span></pre>
5454

55+
<div class="alert alert-warning">
56+
The POST request method should contain the file with the name <i>&quot;subject&quot; on the request data.</i>
57+
</div>
58+
5559
<b>Response Data</b>
5660
<ul>
5761
<li><i>value</i> &mdash; The name in base-64 form of the file in the server. This is the key string used when performing actions to the associated file.</li>

0 commit comments

Comments
 (0)