File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1- # Pull Request Checklist
1+ # Pull Request
2+
3+ <!--
4+ Stages to complete before opening the Pull Request:
5+ - PR title should be formatted in the following structure `NPA-XXXXX: title abc`
6+ - Added yourself/others as Assignees
7+ - Added the correct labels
8+ - Add Jira ticket link in the Ticket Link section below
9+ -->
210
311## Ticket Link
412
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ APIGEE_ENVIRONMENTS:
1111 - name : internal-qa
1212 display_name : Internal QA
1313 has_mock_auth : true
14- rate_limit : 300
14+ rate_limit : 600
1515 spike_rate_limit : 600pm # 10 requests per second
1616 approval_type : auto
1717 - name : internal-dev-sandbox
@@ -24,7 +24,7 @@ APIGEE_ENVIRONMENTS:
2424 display_name : Internal QA
2525 has_mock_auth : true
2626 portal_visibility : false
27- rate_limit : 300
27+ rate_limit : 600
2828 spike_rate_limit : 600pm # 10 requests per second
2929 approval_type : auto
3030 - name : internal-qa-sandbox
Original file line number Diff line number Diff line change 33openapi : " 3.0.0"
44info :
55 title : " Validated Relationships Service API"
6- version : " 1.3.0 "
6+ version : " 1.3.1 "
77 description : |
88 ## Overview
99 Use this API to access the Validated Relationships Service - the national electronic database of relationships
@@ -1057,7 +1057,8 @@ components:
10571057 type : string
10581058 answer :
10591059 type : array
1060- description : A multiple option selection where multiple items of evidence can be selected
1060+ description : Evidence of responsibility
1061+ maxItems : 1
10611062 items :
10621063 oneOf :
10631064 - type : object
@@ -1086,7 +1087,7 @@ components:
10861087 ]
10871088 display :
10881089 type : string
1089- description : FHIR relationship type.
1090+ description : Evidence of responsibility type.
10901091 enum :
10911092 [
10921093 " Birth certificate" ,
You can’t perform that action at this time.
0 commit comments