The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
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
We want to be sure it is you, please confirm you are not a robot.
changed milestone to %"sprint: Jolly Jellyfish"
changed weight to 10
added to epic &28
changed the description
added Squad::Green scoped label
changed milestone to %"(09/11) Nuanced Numbat"
added Sprint::09/11 - Nuanced Numbat scoped label
removed milestone
assigned to @markeharding
added Squad::Blue scoped label and automatically removed Squad::Green label
changed milestone to %Permission #review
changed title from (feature) Backend for accepting subscription requests to Backend for accepting subscription requests
@brianhatchet making the assumption here that the subscriptions request is already made and I'm just building the api to list, accept, reject.
added Product::Security scoped label
removed the weight
changed weight to 3
changed time estimate to 3h
added Status::InProgress scoped label
added Priority::1 - High scoped label
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.