Skip to content

Commit 89762a1

Browse files
committed
aligning to snake_case
1 parent d19ebfb commit 89762a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jupyter-notebooks/tasking-api/planet_tasking_api_order_lock_in.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
"\t\t],\n",
211211
"\t\t\"type\": \"Point\"\n",
212212
"\t},\n",
213-
"\t\"startTime\": tomorrow.isoformat(),\n",
214-
" \"endTime\": seven_days_later.isoformat(),\n",
213+
"\t\"start_time\": tomorrow.isoformat(),\n",
214+
" \"end_time\": seven_days_later.isoformat(),\n",
215215
"}"
216216
]
217217
},
@@ -308,8 +308,8 @@
308308
" latitude\n",
309309
" ]\n",
310310
" },\n",
311-
"\t\"startTime\": tomorrow.isoformat(),\n",
312-
" \"endTime\": seven_days_later.isoformat(),\n",
311+
"\t\"start_time\": tomorrow.isoformat(),\n",
312+
" \"end_time\": seven_days_later.isoformat(),\n",
313313
" \"imaging_window\": imaging_window\n",
314314
"}\n"
315315
]

0 commit comments

Comments
 (0)