Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackha committed Aug 22, 2022
1 parent f8cbf37 commit 014c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This Data Provider fits REST APIs powered by [Woocommerce REST API](https://wooc
| `getList` | `GET https://example.com/orders?order=asc&page=1&per_page=10` |
| `getOne` | `GET https://example.com/orders/123` |
| `getMany` | `GET https://example.com/orders?include=123,456,789` |
| `getManyReference` | `GET https://example.com/orders?customer_id=345` |
| `getManyReference` | `GET https://example.com/orders/103445/refunds` |
| `create` | `POST https://example.com/orders` |
| `update` | `PUT https://example.com/orders/123` |
| `updateMany` | `PUT https://example.com/orders/123`, `PUT http://example.com/orders/456`, `PUT http://example.com/orders/789` |
Expand Down

0 comments on commit 014c9cc

Please sign in to comment.