Skip to content

Commit

Permalink
publish: update params
Browse files Browse the repository at this point in the history
generated from commit 6904684
  • Loading branch information
Hamza Irfan committed May 18, 2024
1 parent a2d9c0c commit 22c7326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Empty file removed .nojekyll
Empty file.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,12 @@ <h2 id='detect'>Detect</h2><h3 id='request'>Request</h3><h4 id='endpoint'>Endpoi
</code></pre></div>
<p><code>POST /data_peaks/detect/</code></p>
<h4 id='parameters'>Parameters</h4>
<p>Content-Disposition: attachment; filename=&quot;data.csv&quot;
Content-Type: text/csv
{
window_size: 1,
threshold: 1
<p>{
@original_filename=&quot;Data points.csv&quot;,
@content_type=&quot;text/csv&quot;,
@headers=&quot;Content-Disposition: form-data;,
&quot;window_size&quot;=&gt;&quot;1&quot;,
&quot;threshold&quot;=&gt;&quot;1&quot;
}</p>
<h3 id='response'>Response</h3><div class="highlight"><pre class="highlight plaintext tab-plaintext"><code>Content-Type: application/json; charset=utf-8
</code></pre></div><div class="highlight"><pre class="highlight json tab-json"><code><span class="p">[</span><span class="w">
Expand Down

0 comments on commit 22c7326

Please sign in to comment.