camparchimedes commited on
Commit
c4014e8
ยท
verified ยท
1 Parent(s): f74305c

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. 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 booking information (informasjon for bestillingskode).",
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
  },