Skip to content

Commit

Permalink
higher limits
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Aug 6, 2024
1 parent d437ece commit bd30213
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,8 @@ x-nhsd-apim:
header: attribute-name
ratelimiting:
proxy:
timeunit: "second"
limit: 40
limit: 150
timeunit: second
app-default:
limit: 150
timeunit: second
17 changes: 12 additions & 5 deletions packages/specification/eps-prescription-status-update-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ paths:
$ref: examples/request-ready-to-dispatch.json
ready-to-dispatch-partial:
summary: ready-to-dispatch-partial
description: A request message contains tracking status `Ready to Dispatch -
description:
A request message contains tracking status `Ready to Dispatch -
Partial`.
value:
$ref: examples/request-ready-to-dispatch-partial.json
Expand Down Expand Up @@ -164,12 +165,14 @@ paths:
$ref: "#/components/schemas/ResponseBundle"
examples:
single-item:
description: A successful response to a UpdatePrescriptionStatus request,
description:
A successful response to a UpdatePrescriptionStatus request,
contains a single item.
value:
$ref: examples/response-single-item.json
multiple-items:
description: A successful response to a UpdatePrescriptionStatus request,
description:
A successful response to a UpdatePrescriptionStatus request,
contains multiple items.
value:
$ref: examples/response-multiple-items.json
Expand Down Expand Up @@ -340,7 +343,8 @@ components:
- Bundle
type:
type: string
description: Denotes that the bundle is a list of status updates to be performed
description:
Denotes that the bundle is a list of status updates to be performed
as one transaction.
enum:
- transaction
Expand Down Expand Up @@ -407,5 +411,8 @@ x-nhsd-apim:
header: show-all-suppliers
ratelimiting:
proxy:
limit: 150
timeunit: second
app-default:
limit: 150
timeunit: second
limit: 60

0 comments on commit bd30213

Please sign in to comment.