From 4b1a29451bb9ccfa8022e258fe8a83131009e8b1 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 25 Jan 2023 16:47:19 -0800 Subject: [PATCH] Escape quotes in --content example (#28198) --- aspnetcore/includes/http-repl/requires-body-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/http-repl/requires-body-options.md b/aspnetcore/includes/http-repl/requires-body-options.md index 50f2d5dca4..40f5d79123 100644 --- a/aspnetcore/includes/http-repl/requires-body-options.md +++ b/aspnetcore/includes/http-repl/requires-body-options.md @@ -1,6 +1,6 @@ * `-c|--content` - Provides an inline HTTP request body. For example, `-c "{"id":2,"name":"Cherry"}"`. + Provides an inline HTTP request body. For example, `-c "{\"id\":2,\"name\":\"Cherry\"}"`. * `-f|--file`