Skip to content

Commit ff44381

Browse files
NPA-5565: Update the spec for consistancy again and also minor tweak to PR template
1 parent 4b76311 commit ff44381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ https://nhsd-jira.digital.nhs.uk/browse/NPA-XXXX
4747
<!-- Complete before submitting the PR -->
4848

4949
- [ ] PR title follows the format: `NPA-XXXX: <short-description>`
50-
- [ ] Branch name follows the convention: `<type>/NPA-XXXX-<short-description>`
50+
- [ ] Branch name follows the convention: `<type>/NPA-XXXX/<short-description>`
5151
- [ ] Commit messages follow the template: `NPA-XXXX: <short-description>`
5252
- [ ] All acceptance criteria from the Jira ticket are addressed
5353
- [ ] Automated tests (unit/integration/API/infrastructure etc. tests) are added or updated

specification/validated-relationships-service-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ paths:
189189
190190
| Scenario | Request | Response |
191191
| ---------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
192-
| Successful request | Valid request with performer identifier value of 9000000009 or 9000000017 | HTTP Status 200 Success response |
193-
| Duplicate relationship | Request for relationship that already exists, with performer identifier value of 9000000049 | HTTP Status 409 and DUPLICATE_RELATIONSHIP error response |
192+
| Successful request | Valid request with performer identifier value of `9000000009` or `9000000017` | HTTP Status 200 Success response |
193+
| Duplicate relationship | Request for relationship that already exists, with performer identifier value of `9000000049` | HTTP Status 409 and DUPLICATE_RELATIONSHIP error response |
194194
195195
196196
### Sandbox constraints

0 commit comments

Comments
 (0)