Skip to content

Commit

Permalink
Renamed response id accordingly. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed May 28, 2018
1 parent 19be87d commit 7689420
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
"type": "string"
}
},
"X-Bunq-Server-Response-Id": {
"name": "X-Bunq-Server-Response-Id",
"X-Bunq-Client-Response-Id": {
"name": "X-Bunq-Client-Response-Id",
"in": "header",
"description": "A unique ID for the response formatted as a UUID. Clients can use it to add extra protection against replay attacks.",
"schema": {
Expand All @@ -137,8 +137,8 @@
"GenericError": {
"description": "This is how the error response looks like for 4XX response codes",
"headers": {
"X-Bunq-Server-Response-Id": {
"$ref": "#/components/headers/X-Bunq-Server-Response-Id"
"X-Bunq-Client-Response-Id": {
"$ref": "#/components/headers/X-Bunq-Client-Response-Id"
},
"X-Bunq-Client-Request-Id": {
"$ref": "#/components/headers/X-Bunq-Client-Request-Id"
Expand Down

0 comments on commit 7689420

Please sign in to comment.