camparchimedes commited on
Commit
f74305c
ยท
verified ยท
1 Parent(s): 1b24d6d

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +1 -13
api_docs_mck.py CHANGED
@@ -10,19 +10,7 @@ api_docs = {
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')",
16
- "Navn": "response.get('Navn', 'N/A')",
17
- "Belรธp": "response.get('Belรธp', 'N/A')",
18
- "Checkin": "response.get('Checkin', 'N/A')",
19
- "Checkout": "response.get('Checkout', 'N/A')",
20
- "Addresse": "response.get('Addresse', 'N/A')",
21
- "Bruker ID": "response.get('Bruker ID', 'N/A')",
22
- "Inkludert i leieprisen": "response.get('Inkludert i leieprisen', 'N/A')",
23
- "Viktig informasjon": "response.get('Viktig informasjon', 'N/A')",
24
- "Message": "response.get('Message', 'N/A')"
25
- },
26
  }
27
  },
28
  "/firmahytteordning": {
 
10
  "parameters": None,
11
  "response": {
12
  "description": "A JSON object containing booking information (informasjon for bestillingskode).",
13
+ "content_type": "application/json"
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
15
  },
16
  "/firmahytteordning": {