chg: [restSearch] some typos fixed

changes-actionable
Alexandre Dulaunoy 2019-06-18 08:01:25 +02:00
parent d7b6ee7c7d
commit 78fdc27a3d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 4 deletions

View File

@ -20,8 +20,10 @@
"metadata": {},
"source": [
"## Important notice\n",
"\n",
"This notebook various usage of the MISP restAPI.\n",
"It should be noted that PyMISP is not required to use the MISP restAPI. We are ising PyMISP only to parse the response and inspect the data.\n",
"\n",
"It should be noted that PyMISP is not required to use the MISP restAPI. We are using PyMISP only to parse the response and inspect the data. So any HTTP client such as curl could do the job a described below.\n",
"\n",
"This command:\n",
"```\n",
@ -104,7 +106,7 @@
"relative_path = ''\n",
"\n",
"body = {\n",
" \"info\": \"Event created via the API for Telindus training\",\n",
" \"info\": \"Event created via the API as an example\",\n",
" \"threat_level_id\": 1,\n",
" \"distribution\": 0\n",
"}\n",
@ -446,7 +448,7 @@
"metadata": {},
"source": [
"## RestSearch\n",
"**Aka: Most powerfull search tool in MISP**"
"**Aka: Most powerful search tool in MISP**"
]
},
{
@ -1031,7 +1033,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
}
},
"nbformat": 4,