camparchimedes commited on
Commit
32be7b9
ยท
verified ยท
1 Parent(s): 44141ab

Update api_docs_mck.py

Browse files
Files changed (1) hide show
  1. api_docs_mck.py +2 -2
api_docs_mck.py CHANGED
@@ -6,10 +6,10 @@ api_docs = {
6
  "endpoints": {
7
  "/booking": {
8
  "method": "GET",
9
- "description": "Retrieve booking information associated with a specific booking ID (informasjon for bestillingskode).",
10
  "parameters": None,
11
  "response": {
12
- "description": "A JSON object containing booking details.",
13
  "content_type": "application/json",
14
  "fields": {
15
  "Bestillingskode": "response.get('Bestillingskode', 'N/A')",
 
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
  "fields": {
15
  "Bestillingskode": "response.get('Bestillingskode', 'N/A')",