Skip to content

Commit

Permalink
Update running-examples.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Apr 17, 2024
1 parent a7d9abf commit a3a975f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/running-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To populate the _inventory_ collection, run the following:
++++
{% include code-header.html
type="Request"
link="http://restninja.io/share/cf5cba6e1d391b475e04c33d01715b883e1a5490/0"
link="http://restninja.io/share/cf5cba6e1d391b475e04c33d01715b883e1a5490/41"
%}
++++

Expand All @@ -48,4 +48,4 @@ POST /inventory HTTP/1.1
{ "item": "planner", "qty": 75, "size": { "h": 22.85, "w": 30, "uom": "cm" }, "status": "D" },
{ "item": "postcard", "qty": 45, "size": { "h": 10, "w": 15.25, "uom": "cm" }, "status": "A" }
]
----
----

0 comments on commit a3a975f

Please sign in to comment.