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: public/apidoc/api_data.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ define({ "api": [
278
278
"name": "DeleteBooking",
279
279
"group": "Booking",
280
280
"version": "1.0.0",
281
-
"description": "<p>Returns the ids of all the bookings that exist within the API. Can take optional query strings to search and return a subset of booking ids.</p>",
281
+
"description": "<p>Deletes a booking from the API. Requires an authorization token to be set in the header or a Basic auth header.</p>",
282
282
"parameter": {
283
283
"fields": {
284
284
"Url Parameter": [
@@ -308,8 +308,8 @@ define({ "api": [
308
308
"type": "string",
309
309
"optional": true,
310
310
"field": "Authorization",
311
-
"defaultValue": "Basic YWRtaW46cGFzc3dvcmQxMjM=",
312
-
"description": "<p>Basic authorization header to access the DELETE endpoint, can be used as an alternative to the Cookie header</p>"
311
+
"defaultValue": "Basic",
312
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the DELETE endpoint, can be used as an alternative to the Cookie header</p>"
313
313
}
314
314
]
315
315
}
@@ -666,26 +666,26 @@ define({ "api": [
666
666
"type": "string",
667
667
"optional": true,
668
668
"field": "Authorization",
669
-
"defaultValue": "Basic YWRtaW46cGFzc3dvcmQxMjM=",
670
-
"description": "<p>Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
669
+
"defaultValue": "Basic",
670
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
"description": "<p>Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
878
+
"defaultValue": "Basic",
879
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
Copy file name to clipboardExpand all lines: public/apidoc/api_data.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@
278
278
"name": "DeleteBooking",
279
279
"group": "Booking",
280
280
"version": "1.0.0",
281
-
"description": "<p>Returns the ids of all the bookings that exist within the API. Can take optional query strings to search and return a subset of booking ids.</p>",
281
+
"description": "<p>Deletes a booking from the API. Requires an authorization token to be set in the header or a Basic auth header.</p>",
282
282
"parameter": {
283
283
"fields": {
284
284
"Url Parameter": [
@@ -308,8 +308,8 @@
308
308
"type": "string",
309
309
"optional": true,
310
310
"field": "Authorization",
311
-
"defaultValue": "Basic YWRtaW46cGFzc3dvcmQxMjM=",
312
-
"description": "<p>Basic authorization header to access the DELETE endpoint, can be used as an alternative to the Cookie header</p>"
311
+
"defaultValue": "Basic",
312
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the DELETE endpoint, can be used as an alternative to the Cookie header</p>"
313
313
}
314
314
]
315
315
}
@@ -666,8 +666,8 @@
666
666
"type": "string",
667
667
"optional": true,
668
668
"field": "Authorization",
669
-
"defaultValue": "Basic YWRtaW46cGFzc3dvcmQxMjM=",
670
-
"description": "<p>Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
669
+
"defaultValue": "Basic",
670
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
671
671
}
672
672
]
673
673
}
@@ -875,8 +875,8 @@
875
875
"type": "string",
876
876
"optional": true,
877
877
"field": "Authorization",
878
-
"defaultValue": "Basic YWRtaW46cGFzc3dvcmQxMjM=",
879
-
"description": "<p>Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
878
+
"defaultValue": "Basic",
879
+
"description": "<p>YWRtaW46cGFzc3dvcmQxMjM=] Basic authorization header to access the PUT endpoint, can be used as an alternative to the Cookie header</p>"
<p><ahref="https://www.buymeacoffee.com/mwinteringham"><imgsrc="https://img.buymeacoffee.com/button-api/?text=Buy me a tea&emoji=&slug=mwinteringham&button_colour=5F7FFF&font_colour=ffffff&font_family=Lato&outline_colour=000000&coffee_colour=FFDD00"></a></p>
* @apiDescriptionReturns the ids of all the bookings that exist within the API. Can take optional query strings to search and return a subset of booking ids.
590
+
* @apiDescriptionDeletes a booking from the API. Requires an authorization token to be set in the header or a Basic auth header.
591
591
*
592
592
* @apiParam (Url Parameter) {Number} id ID for the booking you want to update
0 commit comments