# Update Parse Route

Update the settings of an existing parseroute instance - the webhook URL and/or email address. To obtain a valid parseroute_ID, first call GET /v3/REST/parseroute to list your parseroutes.

Endpoint: PUT /v3/REST/parseroute/{parseroute_ID}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `parseroute_ID` (integer, required)
    Unique numeric ID for this parseroute object. Alternatively, you can use the email address associated with this object. Keep in mind that the email address needs to be URL encoded.
    Example: 16000

## Request fields (application/json):

  - `APIKeyID` (integer)
    Unique numeric API Key ID to whom this object belongs.

  - `Email` (string)
    The email address you want to use. Emails sent to this address will be parsed and the information passed on to the webhook URL in JSON format.

  - `Url` (string)
    The webhook URL you want to use.

> Note: The URL provided cannot be a root URL.

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.APIKeyID` (integer)
    Unique numeric API Key ID to whom this object belongs.

  - `Data.Email` (string)
    The email address you need to use. Emails sent to this address will be parsed and the information passed on to the webhook URL in JSON format. If no email address is specified in the POST payload, Mailjet will create a custom one.

  - `Data.ID` (integer)
    Unique numeric ID for this parseroute object.

  - `Data.Url` (string)
    The webhook URL, where you want to receive the parsed email information.

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
