When attempting to change the subscription status to Blacklisted, the API returns an error:
Failed to update status: ApiError: invalid status: blacklisted
It appears that the blacklisted status may not be supported or allowed by the API, even though it is available in the UI.
Steps to reproduce:
- Open a subscriber.
- Click Change Status.
- Select Blacklisted.
- Click Update Status.
Expected result:
Status should be updated to Blacklisted.
Actual result:
API returns error invalid status: blacklisted.
Question:
Is blacklisted a valid status for the API, or should another status be used?
