camparchimedes commited on
Commit
9a9d8fa
ยท
verified ยท
1 Parent(s): fe3474b

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. 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 ('bestillingsnummer')"
14
  }
15
  },
16
  "headers": {
17
  "Content-Type": "application/json"
18
  },
19
  "response": {
20
- "description": "A decoded JSON object containing booking details ('Informasjon om bestillingen)",
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')",