We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the following functionality to the endpoint built in #1544
subscriptions
K01
K02
CW
1
0
{ "email": "[email protected]", "subscriptions": { "K01": 1, "M01": 1, "CW": 1 } }
The text was updated successfully, but these errors were encountered:
Dependent on #1560
Sorry, something went wrong.
dhochbaum-dcp
No branches or pull requests
Add the following functionality to the endpoint built in #1544
subscriptions
object to the request body that can have properties for each of the 60 subscription topics.K01
,K02
, etc). For citywide, useCW
.1
to indicate a subscription1
on contact creation0
for the corresponding environment for the user on contact creationExample of the expected request body for a user subscribing to districts K01, M01, and citywide:
The text was updated successfully, but these errors were encountered: