Newsletters
Update Newsletter
Update an existing newsletter
PUT
This endpoint requires authentication and the
updateNewsletter permission.Path Parameters
The UUID of the newsletter to update
Request Body
Newsletter title
Newsletter content
ID of the uploaded image file
External image URL if not using uploaded file
ID of the uploaded PDF file
External PDF URL if not using uploaded file
Newsletter status. One of:
draft, scheduled, published, archivedScheduled publication date (ISO 8601)
Response
Unique identifier for the newsletter (UUID)
Newsletter title
Newsletter content
Uploaded image file information
External image URL if not using uploaded file
Uploaded PDF file information
External PDF URL if not using uploaded file
Whether the newsletter has an associated PDF
Newsletter status. One of:
draft, scheduled, published, archivedScheduled or actual publication date (ISO 8601)
Number of times the newsletter has been viewed/received
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
UUID of the user who created the newsletter
Error Responses
Error details when the request fails
Common error cases:
- 400 Bad Request: Invalid newsletter ID format or validation error
- 401 Unauthorized: Missing or invalid access token
- 403 Forbidden: Missing required permission
- 404 Not Found: Newsletter not found
