You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5511,7 +5511,7 @@
5511
5511
}
5512
5512
},
5513
5513
"404": {
5514
-
"description": "The requested Reader resource does not exists.",
5514
+
"description": "The requested Reader resource does not exist.",
5515
5515
"content": {
5516
5516
"application/json": {
5517
5517
"schema": {
@@ -5578,7 +5578,7 @@
5578
5578
"description": "Returns an empty response if the deletion succeeded."
5579
5579
},
5580
5580
"404": {
5581
-
"description": "The requested Reader resource does not exists.",
5581
+
"description": "The requested Reader resource does not exist.",
5582
5582
"content": {
5583
5583
"application/json": {
5584
5584
"schema": {
@@ -5680,7 +5680,7 @@
5680
5680
}
5681
5681
},
5682
5682
"404": {
5683
-
"description": "The requested Reader resource does not exists.",
5683
+
"description": "The requested Reader resource does not exist.",
5684
5684
"content": {
5685
5685
"application/json": {
5686
5686
"schema": {
@@ -5850,7 +5850,8 @@
5850
5850
"200": {
5851
5851
"description": "Your server returns this code if it accepts the callback.\nIf the server returns any other code, the callback will be retried up to 5 times with exponential backoff.\n"
5852
5852
}
5853
-
}
5853
+
},
5854
+
"callbacks": {}
5854
5855
}
5855
5856
}
5856
5857
}
@@ -5912,6 +5913,7 @@
5912
5913
{
5913
5914
"name": "Accept",
5914
5915
"in": "header",
5916
+
"description": "",
5915
5917
"required": true,
5916
5918
"schema": {
5917
5919
"type": "string",
@@ -5923,6 +5925,7 @@
5923
5925
{
5924
5926
"name": "Content-Type",
5925
5927
"in": "header",
5928
+
"description": "",
5926
5929
"required": true,
5927
5930
"schema": {
5928
5931
"type": "string",
@@ -5934,6 +5937,7 @@
5934
5937
{
5935
5938
"name": "Authorization",
5936
5939
"in": "header",
5940
+
"description": "",
5937
5941
"required": true,
5938
5942
"schema": {
5939
5943
"type": "string",
@@ -6015,6 +6019,7 @@
6015
6019
}
6016
6020
}
6017
6021
},
6022
+
"callbacks": {},
6018
6023
"security": [
6019
6024
{
6020
6025
"apiKey": []
@@ -6145,6 +6150,7 @@
6145
6150
}
6146
6151
}
6147
6152
},
6153
+
"callbacks": {},
6148
6154
"security": [
6149
6155
{
6150
6156
"apiKey": []
@@ -8322,19 +8328,29 @@
8322
8328
"description": "Issuing card network of the payment card used for the transaction.",
0 commit comments