Spaces:
Running
Running
Update Operational_Instructions/DM_API_usage_example.ipynb
Browse files
Operational_Instructions/DM_API_usage_example.ipynb
CHANGED
@@ -449,7 +449,7 @@
|
|
449 |
" if 'data' not in requests:\n",
|
450 |
" print('There are no requests')\n",
|
451 |
" for request in requests['data']:\n",
|
452 |
-
" print(f
|
453 |
]
|
454 |
},
|
455 |
{
|
|
|
449 |
" if 'data' not in requests:\n",
|
450 |
" print('There are no requests')\n",
|
451 |
" for request in requests['data']:\n",
|
452 |
+
" print(f'{request['request_id']} : {request['status']}')"
|
453 |
]
|
454 |
},
|
455 |
{
|