File tree 1 file changed +27
-27
lines changed
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ Example response body:
59
59
60
60
``` json
61
61
[
62
- {
63
- "id" : 1 ,
64
- "name" : " Kayak" ,
65
- "category" : " Watersports" ,
66
- "description" : " A boat for one person" ,
67
- "price" : 275.0
68
- },
69
- {
70
- "id" : 2 ,
71
- "name" : " Lifejacket" ,
72
- "category" : " Watersports" ,
73
- "description" : " Protective and fashionable" ,
74
- "price" : 48.95
75
- }
62
+ {
63
+ "id" :1 ,
64
+ "name" :" Kayak" ,
65
+ "category" :" Watersports" ,
66
+ "description" :" A boat for one person" ,
67
+ "price" :275.0
68
+ },
69
+ {
70
+ "id" :2 ,
71
+ "name" :" Lifejacket" ,
72
+ "category" :" Watersports" ,
73
+ "description" :" Protective and fashionable" ,
74
+ "price" :48.95
75
+ }
76
76
]
77
77
```
78
78
@@ -84,26 +84,26 @@ Example request body:
84
84
85
85
``` json
86
86
{
87
- "lines" : [
88
- {
89
- "productId" : 1 ,
90
- "productName" : " Kayak" ,
91
- "quantity" : 2
92
- },
93
- {
94
- "productId" : 2 ,
95
- "productName" : " Lifejacket" ,
96
- "quantity" : 4
97
- }
98
- ]
87
+ "lines" :[
88
+ {
89
+ "productId" :1 ,
90
+ "productName" :" Kayak" ,
91
+ "quantity" :2
92
+ },
93
+ {
94
+ "productId" :2 ,
95
+ "productName" :" Lifejacket" ,
96
+ "quantity" :4
97
+ }
98
+ ]
99
99
}
100
100
```
101
101
102
102
Example response body:
103
103
104
104
``` json
105
105
{
106
- "id" : 42
106
+ "id" :42
107
107
}
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments