camparchimedes commited on
Commit
2c8c8a7
·
verified ·
1 Parent(s): 52b624f

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. 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 ansatte i bedrifter med DaysOff firmahytteordning.",
46
  "parameters": None,
47
  "response": {
48
- "description": "A JSON object containing spørsmål og svar vi ofte får fra ansatte i bedrifter med DaysOff firmahytteordning.",
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
  }