camparchimedes commited on
Commit
2535a3e
ยท
verified ยท
1 Parent(s): a6e4abe

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +0 -6
api_docs_mck.py CHANGED
@@ -10,12 +10,6 @@ api_docs = {
10
  "method": "GET",
11
  "url": "booking",
12
  "description": "Retrieve booking information for all or a specific booking ID.",
13
- "parameters": {
14
- "booking_id": {
15
- "type": "string",
16
- "description": "The unique identifier of the booking to retrieve (e.g., 'OIGLFD786354')."
17
- }
18
- },
19
  "headers": {
20
  "Content-Type": "application/json"
21
  },
 
10
  "method": "GET",
11
  "url": "booking",
12
  "description": "Retrieve booking information for all or a specific booking ID.",
 
 
 
 
 
 
13
  "headers": {
14
  "Content-Type": "application/json"
15
  },