This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ $ cli4 --delete files='[http://example.com/css/styles.css]' /zones/:example.com/
239239{" id" :" d8afaec3dd2b7f8c1b470e594a21a01d" }
240240$
241241
242- $ cli4 --delete files=' [http://example.com/css/styles.css,http://example.com/js/script.js] /zones/:example.com/purge_cache | jq -c .
242+ $ cli4 --delete files=' [http://example.com/css/styles.css,http://example.com/js/script.js]' /zones/:example.com/purge_cache | jq -c .
243243{" id" :" d8afaec3dd2b7f8c1b470e594a21a01d" }
244244$
245245
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Here are the cache purging commands.
273273 {" id" :" d8afaec3dd2b7f8c1b470e594a21a01d" }
274274 $
275275
276- $ cli4 --delete files=' [http://example.com/css/styles.css,http://example.com/js/script.js] /zones/:example.com/purge_cache | jq -c .
276+ $ cli4 --delete files=' [http://example.com/css/styles.css,http://example.com/js/script.js]' /zones/:example.com/purge_cache | jq -c .
277277 {" id" :" d8afaec3dd2b7f8c1b470e594a21a01d" }
278278 $
279279
You can’t perform that action at this time.
0 commit comments