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

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.",
10
  "parameters": None,
11
  "response": {
12
- "description": "A JSON object listing information associated with a booking ID (bestillingskode).",
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 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')",