diff --git a/automation/README.md b/automation/README.md index 686ebe4..f679a41 100644 --- a/automation/README.md +++ b/automation/README.md @@ -1338,6 +1338,27 @@ To query the add or edit APIs for the valid parameters, simply send a GET reques } ~~~ +# Discussion API + +If you would like to fetch a discussion thread including all of its posts, simply send a GET request to: + +~~~~ +https:///threads/view/ +~~~~ + +Using the following headers: + +~~~~ +Authorization: [Your auth key] +Content-type: application/json +Accept: application/json +~~~~ + +To get all posts related to an event simply send a GET request to: + +~~~~ +https:///threads/viewEvent/ +~~~~ # Automation using PyMISP