Update newsletter list OAuth Scope: newsletter_lists:write
Update newsletter list OAuth Scope: newsletter_lists:write
Update a newsletter list belonging to a specific publication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object
Request
This endpoint expects an object.
name
The name of the newsletter list.
description
A description of the newsletter list.
slug
A unique slug for the newsletter list.
auto_subscribe
Whether new subscribers are automatically subscribed to this list.
status
The status of the newsletter list. Valid values are active and archived. Setting draft is not permitted.
Allowed values:
Response
OK
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error