Requirements
A URL endpoint where we will POST the data. Displaying and distributing the data is the responsibility of the third party.
POST http://www.example.com/advisories
Corrections to alerts (fact correction, typo correction) is provided via a PUT request to an endpoint:
PUT http://www.example.com/advisories/:id
Deleting advisories is done via a DELETE request to an endpoint:
DELETE http://www.example.com/advisories/:id
Format
The data is json encoded.
Response
Please respond with status 2xx