Skip to content

Commit

Permalink
It's unnecessary to specify encoding for the application/json content…
Browse files Browse the repository at this point in the history
… type. (#104)

editorial. 2 approvals.
  • Loading branch information
adeinega authored Feb 15, 2024
1 parent ee1fead commit cae8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid-4-verifiable-presentations-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ The following is a non-normative example of the response from the Verifier to th

```
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Type: application/json
Cache-Control: no-store
{
Expand Down

0 comments on commit cae8e40

Please sign in to comment.