This PUT endpoint enables you to modify a particular price alert of the user whose ID is provided in the request. Price alerts are essentially notifications that are sent to the user when the alert's conditions are satisfied by the market. For example, a user may have a price alert that will notify them when the price of the Apple stock exceeds $200.
There are five required parameters that must be provided in the request:
Authorization (header). This is the authorization token from the very first token request. The value of this header must have the following format: Bearer BQ898r9fefi (Bearer + 1 space + the token).
API version (path). Unless necessary, leave it at "1.0".
userID (path). This is the ID of the user whose particular price alert must be modified.
model (body). This is a JSON dictionary that contains information about the modified price alert.
Alert Modification Syntax
Here's an example of the request body with the information about the modified price alert: