Skip to content

Commit f34e286

Browse files
committed
Add highlights in json inputs for order address page
1 parent a470369 commit f34e286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer/order/address.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mutation DraftOrderCreate(
3030
}
3131
```
3232
example input data:
33-
```json
33+
```json {5,15}
3434
{
3535
"input": {
3636
"user": "VXNlcjoxNDM2",
@@ -77,7 +77,7 @@ mutation DraftOrderUpdate(
7777
}
7878
```
7979
example input data:
80-
```json
80+
```json {7}
8181
{
8282
"id": "T3JkZXI6ZGJlZjkxZmQtMjMxZS00ZGNmLTk5ZGMtNGQxOTBhNDFjYTQ1",
8383
"input": {
@@ -116,7 +116,7 @@ mutation DraftOrderUpdate(
116116
```
117117

118118
invalid input data:
119-
```json
119+
```json {5}
120120
{
121121
"id": "T3JkZXI6ZGJlZjkxZmQtMjMxZS00ZGNmLTk5ZGMtNGQxOTBhNDFjYTQ1",
122122
"input": {

0 commit comments

Comments
 (0)