Skip to content

Commit 691d78a

Browse files
committed
Merge remote-tracking branch 'origin/master' into NPA-4313/gpit-oas
2 parents d549107 + c1007bc commit 691d78a

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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

manifest_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

specification/validated-relationships-service-api.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: "3.0.0"
44
info:
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",

0 commit comments

Comments
 (0)