We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789c093 commit e8bc9e3Copy full SHA for e8bc9e3
2 files changed
specification/api/components/x-nhsd-apim/rate-limiting.yml
@@ -1,3 +1,3 @@
1
app-default:
2
- limit: 300
3
- timeunit: second
+ limit: 1
+ timeunit: minute
specification/api/components/x-nhsd-apim/x-nhsd-apim.yml
@@ -0,0 +1,10 @@
+temporary: false
+monitoring: false
+access:
4
+ $ref: ../environments/sandbox/access.yml
5
+target:
6
+ $ref: ../environments/sandbox/target.yml
7
+target-attributes:
8
+ $ref: ../environments/sandbox/target-attributes.yml
9
+ratelimiting:
10
+ $ref: ../environments/sandbox/rate-limiting.yml
0 commit comments