Update api_docs_mck.py
Browse files- api_docs_mck.py +2 -2
api_docs_mck.py
CHANGED
@@ -42,10 +42,10 @@ api_docs = {
|
|
42 |
},
|
43 |
"/faq_utleiere": {
|
44 |
"method": "GET",
|
45 |
-
"description": "Retrieve spørsmål og svar vi ofte får fra
|
46 |
"parameters": None,
|
47 |
"response": {
|
48 |
-
"description": "A JSON object containing spørsmål og svar vi ofte får fra
|
49 |
"content_type": "application/json"
|
50 |
}
|
51 |
}
|
|
|
42 |
},
|
43 |
"/faq_utleiere": {
|
44 |
"method": "GET",
|
45 |
+
"description": "Retrieve spørsmål og svar vi ofte får fra utleiere om DaysOff firmahytteordning.",
|
46 |
"parameters": None,
|
47 |
"response": {
|
48 |
+
"description": "A JSON object containing spørsmål og svar vi ofte får fra utleiere om DaysOff firmahytteordning.",
|
49 |
"content_type": "application/json"
|
50 |
}
|
51 |
}
|