Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Commit c480d74

Browse files
Remove old API info
1 parent d07e665 commit c480d74

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

resources/views/account/api.blade.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,3 @@
3535
-F key={{ Auth::user()->apikey }} \
3636
-F file=@example.png \
3737
{{ route('api.upload') }}</pre>
38-
<hr>
39-
<h4 class="text-info">DELETE {{ route('api.upload') }}</h4>
40-
<p class="text-muted">Delete a file by filename.</p>
41-
<table class="table table-bordered">
42-
<thead>
43-
<tr>
44-
<th>Parameter</th>
45-
<th>Description</th>
46-
<th>Required</th>
47-
</tr>
48-
</thead>
49-
<tbody>
50-
<tr>
51-
<td>file</td>
52-
<td>The short filename of the file to be deleted</td>
53-
<td>Yes</td>
54-
</tr>
55-
</tbody>
56-
</table>
57-
<p>Example</p>
58-
<pre>curl \
59-
-X DELETE \
60-
-F key={{ Auth::user()->apikey }} \
61-
-F file=xpl.png \
62-
{{ route('api.upload') }}
63-
</pre>

0 commit comments

Comments
 (0)