rest-api
rest-api copied to clipboard
Add 'extra_data' field to subscribers api to match Subscriber model
Summary
An addition to the subscriber api endpoint to add 'extra_data' as a valid parameter in the json body. This field was a key field missing from the Subscriber model.
Unit test
Are your changes covered with unit tests, and do they not break anything?
Does not break anything. Unit tests were added.
Code style
No big code changes. Code style is consistent.
Other Information
Nothing much, it's a very small change.