camparchimedes commited on
Commit
ea1af9a
ยท
verified ยท
1 Parent(s): e754a73

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +17 -7
api_docs_mck.py CHANGED
@@ -16,13 +16,23 @@ api_docs = {
16
  "description": "The booking information associated with a specific booking ID.",
17
  "content_type": "application/json",
18
  "fields": {
19
- "Bestillingskode": "response.get('booking_id', 'N/A')",
20
- "Navn": "response.get('full_name', 'N/A')",
21
- "Belรธp": "response.get('amount', 'N/A')",
22
- "Checkin": "response.get('checkin', 'N/A')",
23
- "Checkout": "response.get('checkout', 'N/A')",
24
- "Addresse": "response.get('address', 'N/A')",
25
- "Bruker ID": "response.get('user_id', 'N/A')"
 
 
 
 
 
 
 
 
 
 
26
  }
27
  }
28
  },
 
16
  "description": "The booking information associated with a specific booking ID.",
17
  "content_type": "application/json",
18
  "fields": {
19
+ "Bestillingskode": "response.get('Bestillingskode', 'N/A')",
20
+ "Navn": "response.get('Navn', 'N/A')",
21
+ "Belรธp": "response.get('belรธp', 'N/A')",
22
+ "Checkin": "response.get('Checkin', 'N/A')",
23
+ "Checkout": "response.get('Checkout', 'N/A')",
24
+ "Addresse": "response.get('Addresse', 'N/A')",
25
+ "Bruker ID": "response.get('Bruker ID', 'N/A')",
26
+ "Viktig informasjon": "response.get('Viktig informasjon', 'N/A')",
27
+ "Message": "response.get('Message', 'N/A')"
28
+
29
+ #"booking_id": "response.get('booking_id', 'N/A')",
30
+ #"full_name": "response.get('full_name', 'N/A')",
31
+ #"amount": "response.get('amount', 'N/A')",
32
+ #"checkin": "response.get('checkin', 'N/A')",
33
+ #"checkout": "response.get('checkout', 'N/A')",
34
+ #"address": "response.get('address', 'N/A')",
35
+ #"user_id": "response.get('user_id', 'N/A')"
36
  }
37
  }
38
  },