(feature) Backend for accepting subscription requests
Create an api for requesting subscriptions to a channel
GET /api/v2/permissions/channels/{guid}/subscriptions Gets a list of all pending subscription requests
POST /api/v2/permissions/channels/{guid}/subscriptions/{user guid} Creates a new subscription request for a user Sends out a push notification to the channel owner that a new subscription request has been created
PUT /api/v2/permissions/channels/{guid}/subscriptions/{user guid} Accepts a new subscription request for a user, assigns them the subscriber role for that channel guid
DELETE /api/v2/permissions/channels/{guid}/subscriptions/{user guid} Denies a new subscription request
changed milestone to %sprint: Jolly Jellyfish
changed weight to 10
added to epic &28
changed the description
Please register or sign in to reply