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

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +1 -1
api_docs_mck.py CHANGED
@@ -4,7 +4,7 @@ import json
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,
 
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,