Skip to content

Commit

Permalink
Make it explicit that header error details may change (WICG#1187)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Paseltiner <[email protected]>
  • Loading branch information
linnan-github and apasel422 committed Mar 11, 2024
1 parent cd18120 commit 15ddadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ The report data is included in the request body as a JSON list of objects, e.g.
"context_site": "https://source.example",
"header": "Attribution-Reporting-Register-Source",
"value": "!!!", // header value received in the response
"error": "invalid JSON" // optional error details
"error": "invalid JSON" // optional error details that may vary across browsers or different versions of the same browser
}
}]
```
Expand Down

0 comments on commit 15ddadd

Please sign in to comment.