Skip to content

Commit

Permalink
API-41583: Update Appeals test account pages for accuracy after API c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
kristen-brown committed Nov 15, 2024
1 parent f4159b9 commit 6822997
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test_accounts/appealable_issues_test_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The authentication model for the [Appealable Issues API](https://developer.va.go

These accounts can be used to test various data and response scenarios for the `GET /appealable-issues/{decisionReviewType}` endpoint. Note that in the sandbox environment, the same results will be returned regardless of the `decisionReviewType` supplied.

An `icn` parameter is required when making a request. It should match the value in the ICN column below.
An `icn` URL parameter is required when making requests using a representative- or system-scoped token. It is optional when making requests using a veteran-scoped token. If provided, the `icn` parameter value should match the value in the ICN column below.

| Sandbox Response | ICN | First Name | Last Name |
|:-----------------------------| :---------------- | :--------- | :-------- |
Expand All @@ -29,4 +29,4 @@ An `icn` parameter is required when making a request. It should match the value
| Appealable Issue (1) | 1012667145V762142 | Tamara | Ellis |
| Empty Response | 1012666073V986297 | Jesse | Gray |
| 404 Veteran Record Not Found | 1012845630V900607 | Pauline | Foster |
| 500 Internal Server Error | 1012666182V203559 | Greg | Anderson |
| 502 Bad Gateway Error | 1012666182V203559 | Greg | Anderson |
4 changes: 2 additions & 2 deletions test_accounts/appeals_status_test_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The authentication model for the [Appeals Status API (v1)](https://developer.va.

These accounts can be used to test various data and response scenarios for the `GET /appeals` endpoint.

An `icn` parameter and an `X-VA-User` header are required when making a request. The `icn` should match the value in the ICN column below, and the `X-VA-User` should match the test account's ID.me or Login.gov username (depending on the authentication method used) from the link provided when you signed up for sandbox access.
An `icn` URL parameter is required when making requests using a representative- or system-scoped token. It is optional when making requests using a veteran-scoped token. If provided, the `icn` parameter value should match the value in the ICN column below.

| Sandbox Response | ICN | First Name | Last Name |
|:--------------------------------------------------------------------|:------------------|:-----------|:----------|
Expand All @@ -29,4 +29,4 @@ An `icn` parameter and an `X-VA-User` header are required when making a request.
| Legacy Appeal (1) | 1012667145V762142 | Tamara | Ellis |
| Empty Response | 1012666073V986297 | Jesse | Gray |
| 404 Veteran Record Not Found | 1012845630V900607 | Pauline | Foster |
| 500 Internal Server Error | 1012666182V203559 | Greg | Anderson |
| 502 Bad Gateway Error | 1012666182V203559 | Greg | Anderson |
4 changes: 2 additions & 2 deletions test_accounts/legacy_appeals_test_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The authentication model for the [Legacy Appeals API](https://developer.va.gov/e

These accounts can be used to test various data and response scenarios for the `GET /legacy-appeals` endpoint.

An `icn` parameter is required when making a request. It should match the value in the ICN column below.
An `icn` URL parameter is required when making requests using a representative- or system-scoped token. It is optional when making requests using a veteran-scoped token. If provided, the `icn` parameter value should match the value in the ICN column below.

| Sandbox Response | ICN | First Name | Last Name |
|:-----------------------------| :---------------- | :--------- | :-------- |
Expand All @@ -29,4 +29,4 @@ An `icn` parameter is required when making a request. It should match the value
| Legacy Appeal (1) | 1012667145V762142 | Tamara | Ellis |
| Empty Response | 1012666073V986297 | Jesse | Gray |
| 404 Veteran Record Not Found | 1012845630V900607 | Pauline | Foster |
| 500 Internal Server Error | 1012666182V203559 | Greg | Anderson |
| 502 Bad Gateway Error | 1012666182V203559 | Greg | Anderson |

0 comments on commit 6822997

Please sign in to comment.