Spaces:
Build error
Build error
Update api_docs_mck.py
Browse files- api_docs_mck.py +2 -2
api_docs_mck.py
CHANGED
@@ -6,10 +6,10 @@ api_docs = {
|
|
6 |
"endpoints": {
|
7 |
"/booking": {
|
8 |
"method": "GET",
|
9 |
-
"description": "Retrieve booking information associated with a
|
10 |
"parameters": None,
|
11 |
"response": {
|
12 |
-
"description": "A JSON object containing booking
|
13 |
"content_type": "application/json",
|
14 |
"fields": {
|
15 |
"Bestillingskode": "response.get('Bestillingskode', 'N/A')",
|
|
|
6 |
"endpoints": {
|
7 |
"/booking": {
|
8 |
"method": "GET",
|
9 |
+
"description": "Retrieve booking information associated with a booking ID.",
|
10 |
"parameters": None,
|
11 |
"response": {
|
12 |
+
"description": "A JSON object containing booking information (informasjon for bestillingskode).",
|
13 |
"content_type": "application/json",
|
14 |
"fields": {
|
15 |
"Bestillingskode": "response.get('Bestillingskode', 'N/A')",
|