# Update Newsletter: Schedule (deprecated)

Update the schedule for sending a newsletter.

Endpoint: PUT /v3/REST/newsletter/{newsletter_ID}/schedule
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `newsletter_ID` (integer, required)
    Unique numeric ID for the newsletter you want to update the scheduled sending of.

## Request fields (application/json):

  - `Date` (string)
    The timestamp, when the newsletter will be sent out. Use Now to send immediately.

## 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.Date` (string)
    The timestamp, when the newsletter draft will be sent out. When the newsletter is scheduled for immediate sending, an empty value will be returned.

  - `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
