camparchimedes commited on
Commit
71b851b
·
verified ·
1 Parent(s): 8f1ef15

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +2 -2
api_docs_mck.py CHANGED
@@ -3,7 +3,7 @@
3
  import json
4
 
5
  api_docs = {
6
- "base_url": "https://670dccd0073307b4ee447f2f.mockapi.io/daysoff/api/V1/booking",
7
  "endpoints": {
8
  "method": "GET",
9
  "description": "Retrieve booking information for a given booking ID.",
@@ -16,7 +16,7 @@ api_docs = {
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": {
 
3
  import json
4
 
5
  api_docs = {
6
+ "api_url": "https://670dccd0073307b4ee447f2f.mockapi.io/daysoff/api/V1/booking",
7
  "endpoints": {
8
  "method": "GET",
9
  "description": "Retrieve booking information for a given booking ID.",
 
16
  "headers": {
17
  "Content-Type": "application/json"
18
  },
19
+ "api_response": {
20
  "description": "A decoded JSON object containing booking details.",
21
  "content_type": "application/json",
22
  "booking_info": {