Skip to content

Commit

Permalink
docs: Update docs due to increased rate limits (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco-Suiker authored Aug 22, 2023
1 parent f062cf9 commit 034b1b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/api-reference/01.requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ seconds later. Sending some POSTs to the same endpoint is allowed though, it fol
| GET | `/` | 30 calls in 5 minutes * |
| GET | `/delivery_options` | 300 calls in 5 minutes |
| GET | `/drop_off_points` | 300 calls in 5 minutes * |
| GET | `/fulfilment/orders` | 100 calls in 5 minutes * |
| GET | `/fulfilment/orders` | 300 calls in 5 minutes * |
| POST | `/fulfilment/orders` | 100 calls in 5 minutes * |
| PUT | `/fulfilment/orders` | 100 calls in 5 minutes * |
| GET | `/fulfilment/orders/{identifier}` | 100 calls in 5 minutes * |
| DELETE | `/fulfilment/orders/{identifier}` | 100 calls in 5 minutes * |
| GET | `/fulfilment/orders/{identifier}` | 300 calls in 5 minutes * |
| DELETE | `/fulfilment/orders/{identifier}` | 300 calls in 5 minutes * |
| GET | `/fulfilment/orders/{identifiers}/packing_slip` | 100 calls in 5 minutes * |
| GET | `/pickup_locations` | 300 calls in 5 minutes |
| POST | `/return_shipments` | 300 calls in 5 minutes * |
| GET | `/shipments` | 300 calls in 5 minutes * |
| GET | `/shipments` | 500 calls in 5 minutes * |
| PATCH | `/shipments` | 300 calls in 5 minutes * |
| POST | `/shipments` | 300 calls in 5 minutes * |
| POST | `/shipments` | 500 calls in 5 minutes * |
| PUT | `/shipments` | 300 calls in 5 minutes * |
| GET | `/shipments/{ids}` | 1000 calls in 5 minutes * |
| DELETE | `/shipments/{ids}` | 300 calls in 5 minutes * |
| GET | `/shipment_labels/{ids}` | 300 calls in 5 minutes * |
| GET | `/shipment_labels/{ids}` | 500 calls in 5 minutes * |
| GET | `/tracktraces/{ids?}` | 300 calls in 5 minutes |
| GET | `/webhook_subscriptions` | 150 calls in 5 minutes |
| POST | `/webhook_subscriptions` | 30 calls in 5 minutes |
Expand Down

0 comments on commit 034b1b6

Please sign in to comment.