Spaces:
Sleeping
Sleeping
Update api_docs_mck.py
Browse files- api_docs_mck.py +2 -2
api_docs_mck.py
CHANGED
@@ -10,14 +10,14 @@ daysoff_api_docs = {
|
|
10 |
"parameters": {
|
11 |
"booking_id": {
|
12 |
"type": "string",
|
13 |
-
"description": "The unique identifier of the booking to retrieve
|
14 |
}
|
15 |
},
|
16 |
"headers": {
|
17 |
"Content-Type": "application/json"
|
18 |
},
|
19 |
"response": {
|
20 |
-
"description": "A decoded JSON object containing booking details
|
21 |
"content_type": "application/json",
|
22 |
"booking_info": {
|
23 |
"booking_id": "response.get('booking_id', 'N/A')",
|
|
|
10 |
"parameters": {
|
11 |
"booking_id": {
|
12 |
"type": "string",
|
13 |
+
"description": "The unique identifier of the booking to retrieve."
|
14 |
}
|
15 |
},
|
16 |
"headers": {
|
17 |
"Content-Type": "application/json"
|
18 |
},
|
19 |
"response": {
|
20 |
+
"description": "A decoded JSON object containing booking details.",
|
21 |
"content_type": "application/json",
|
22 |
"booking_info": {
|
23 |
"booking_id": "response.get('booking_id', 'N/A')",
|