camparchimedes commited on
Commit
68ee5fb
ยท
verified ยท
1 Parent(s): cf31d47

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +7 -7
api_docs_mck.py CHANGED
@@ -16,13 +16,13 @@ api_docs = {
16
  "description": "The booking information associated with a specific booking ID.",
17
  "content_type": "application/json",
18
  "fields": {
19
- "booking_id": "response.get('booking_id', 'N/A')",
20
- "full_name": "response.get('full_name', 'N/A')",
21
- "amount": "response.get('amount', 'N/A')",
22
- "checkin": "response.get('checkin', 'N/A')",
23
- "checkout": "response.get('checkout', 'N/A')",
24
- "address": "response.get('address', 'N/A')",
25
- "user_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('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
  },