File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,27 @@ $ echo "make Cloudflare great again" | curl -F "c=@-" ${BASE_URL}
21
21
22
22
<p>Fetch the paste</p>
23
23
<pre><code>
24
- $ curl https://shz.al/ qotL
24
+ $ curl ${ BASE_URL } qotL
25
25
make Cloudflare great again
26
26
</code></pre>
27
27
28
28
<p>Delete the paste</p>
29
29
<pre><code>
30
30
$ curl -X DELETE ${ BASE_URL } qotL_yNm3PTBA3+X1jjhdClJ6zyVMkfA=
31
31
the paste will be deleted in seconds
32
+
33
+ $ curl ${ BASE_URL } qotL
34
+ not found%
32
35
</code></pre>
33
36
34
37
<p>Update the paste</p>
35
38
<pre><code>
36
39
$ echo "make Cloudflare great again and again" | curl -F "c=@-" ${ BASE_URL } qotL_yNm3PTBA3+X1jjhdClJ6zyVMkfA=
40
+ {
41
+ "url": "${ BASE_URL } qotL",
42
+ "admin": "${ BASE_URL } qotL_yNm3PTBA3+X1jjhdClJ6zyVMkfA=",
43
+ "isPrivate": false
44
+ }%
37
45
</code></pre>
38
46
39
47
<h2>Advanced Usage</h2>
You can’t perform that action at this time.
0 commit comments