You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-code.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@
307
307
"source": [
308
308
"> **Understand the output**: The response of a triggered job is a JSON object in the below format. Note that the response depends on the plan type of the API Key.\n",
309
309
"\n",
310
-
"```json\n",
310
+
"```javascript\n",
311
311
"{\n",
312
312
"\"JobStatus\": <string>, # Status of the triggered Process @ JOB-LEVEL\n",
313
313
"\"Pages\": <integer>, # Number of pages processed in this request @ PAGE-LEVEL\n",
0 commit comments