ciyidogan commited on
Commit
ca11881
·
verified ·
1 Parent(s): 9297d6e

Update service_config.jsonc

Browse files
Files changed (1) hide show
  1. service_config.jsonc +3 -0
service_config.jsonc CHANGED
@@ -273,6 +273,7 @@
273
  "apis": [
274
  {
275
  "name": "book_flight_api",
 
276
  "url": "https://626e-176-88-34-20.ngrok-free.app/book",
277
  "method": "POST",
278
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.book_flight_api.token}}\", \"Content-Type\": \"application/json\"}",
@@ -322,6 +323,7 @@
322
  },
323
  {
324
  "name": "flight_info_api",
 
325
  "url": "https://626e-176-88-34-20.ngrok-free.app/status",
326
  "method": "POST",
327
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.flight_info_api.token}}\", \"Content-Type\": \"application/json\"}",
@@ -361,6 +363,7 @@
361
  },
362
  {
363
  "name": "cancel_booking_api",
 
364
  "url": "https://626e-176-88-34-20.ngrok-free.app/cancel",
365
  "method": "POST",
366
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.cancel_booking_api.token}}\", \"Content-Type\": \"application/json\"}",
 
273
  "apis": [
274
  {
275
  "name": "book_flight_api",
276
+ "description": "{{departure_city}} - {{arrival_city}} seferli {{flight_id}} numaralı uçuş için {{passenger_count}} kişilik rezervasyon yapılacak. Toplam {{total_price}} tutarındaki ödeme kayıtlı kredi kartınızdan tahsil edilecek",
277
  "url": "https://626e-176-88-34-20.ngrok-free.app/book",
278
  "method": "POST",
279
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.book_flight_api.token}}\", \"Content-Type\": \"application/json\"}",
 
323
  },
324
  {
325
  "name": "flight_info_api",
326
+ "description": "{{departure_city}} şehrinden {{arrival_city}} şehrine {{departure_date}} tarihinde kalkan uçuşlar aranıyor",
327
  "url": "https://626e-176-88-34-20.ngrok-free.app/status",
328
  "method": "POST",
329
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.flight_info_api.token}}\", \"Content-Type\": \"application/json\"}",
 
363
  },
364
  {
365
  "name": "cancel_booking_api",
366
+ "description": "{{pnr}} numaralı rezervasyonunuz iptal edilecek.",
367
  "url": "https://626e-176-88-34-20.ngrok-free.app/cancel",
368
  "method": "POST",
369
  "headers": "{\"Authorization\": \"Bearer {{auth_tokens.cancel_booking_api.token}}\", \"Content-Type\": \"application/json\"}",