Skip to content

Commit 2cef98d

Browse files
authored
Fix issue with "Get all orders"
1 parent 7d8a17f commit 2cef98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simple-grocery-store-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Returns all orders created by the API client.
290290

291291
| Status code | Description |
292292
| ---------------- | ------------------------------------------------------------------------------------------------------ |
293-
| 200 Created | Indicates a successful response. |
293+
| 200 OK | Indicates a successful response. |
294294
| 401 Unauthorized | Indicates that the request has not been authenticated. Check the response body for additional details. |
295295

296296
### Get a single order
@@ -311,7 +311,7 @@ Returns a single order.
311311

312312
| Status code | Description |
313313
| ---------------- | ------------------------------------------------------------------------------------------------------ |
314-
| 200 Created | Indicates a successful response. |
314+
| 200 OK | Indicates a successful response. |
315315
| 401 Unauthorized | Indicates that the request has not been authenticated. Check the response body for additional details. |
316316
| 404 Not found | Indicates that there is no order with the specified id associated with the API client. |
317317

0 commit comments

Comments
 (0)