camparchimedes
commited on
Update api_docs_mck.py
Browse files- api_docs_mck.py +2 -2
api_docs_mck.py
CHANGED
@@ -4,12 +4,12 @@ import json
|
|
4 |
api_docs = {
|
5 |
"base_url": "https://670dccd0073307b4ee447f2f.mockapi.io/daysoff/api/V1",
|
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
|
13 |
"content_type": "application/json"
|
14 |
}
|
15 |
},
|
|
|
4 |
api_docs = {
|
5 |
"base_url": "https://670dccd0073307b4ee447f2f.mockapi.io/daysoff/api/V1",
|
6 |
"endpoints": {
|
7 |
+
"/booking/{bestillingskode}": {
|
8 |
"method": "GET",
|
9 |
"description": "Retrieve booking information associated with a booking ID.",
|
10 |
"parameters": None,
|
11 |
"response": {
|
12 |
+
"description": "A JSON object containing information for a a booking ID.",
|
13 |
"content_type": "application/json"
|
14 |
}
|
15 |
},
|