Skip to content

Commit

Permalink
Updated API documentation for File Upload action.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 16, 2024
1 parent 5846472 commit cf111b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentations/src/views/FileStorage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
<b>Example Payload</b>
<pre class="bg-secondary border-gray border rounded p-2"><span class="text-primary">{}</span></pre>

<div class="alert alert-warning">
The POST request method should contain the file with the name <i>&quot;subject&quot; on the request data.</i>
</div>

<b>Response Data</b>
<ul>
<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>
Expand Down

0 comments on commit cf111b6

Please sign in to comment.