Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
correct casing in json examples (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehelmick authored Sep 2, 2020
1 parent b656fe7 commit bfb0df2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ Exchange a verification code for a long term verification token.

```json
{
"TestType": "<test type string>",
"SymptomDate": "YYYY-MM-DD",
"VerificationToken": "<JWT verification token>",
"Error": "",
"ErrorCode": "",
"testtype": "<test type string>",
"symptomDate": "YYYY-MM-DD",
"token": "<JWT verification token>",
"error": "",
"errorCode": "",
}
```

Expand Down Expand Up @@ -112,9 +112,9 @@ Exchange a verification token for a verification certificate (for sending to a k

```json
{
"Certificate": "<JWT verification certificate>",
"Error": "",
"ErrorCode": ""
"certificate": "<JWT verification certificate>",
"error": "",
"errorCode": ""
}
```

Expand Down

0 comments on commit bfb0df2

Please sign in to comment.