File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ Returns all orders created by the API client.
290
290
291
291
| Status code | Description |
292
292
| ---------------- | ------------------------------------------------------------------------------------------------------ |
293
- | 200 Created | Indicates a successful response. |
293
+ | 200 OK | Indicates a successful response. |
294
294
| 401 Unauthorized | Indicates that the request has not been authenticated. Check the response body for additional details. |
295
295
296
296
### Get a single order
@@ -311,7 +311,7 @@ Returns a single order.
311
311
312
312
| Status code | Description |
313
313
| ---------------- | ------------------------------------------------------------------------------------------------------ |
314
- | 200 Created | Indicates a successful response. |
314
+ | 200 OK | Indicates a successful response. |
315
315
| 401 Unauthorized | Indicates that the request has not been authenticated. Check the response body for additional details. |
316
316
| 404 Not found | Indicates that there is no order with the specified id associated with the API client. |
317
317
You can’t perform that action at this time.
0 commit comments