Spaces:
Sleeping
Sleeping
Update api_docs_mck.py
Browse files- 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 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
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 |
},
|