Closed
Bug 1067387
Opened 10 years ago
Closed 10 years ago
[Rooms] PUT /room-url to update information about an existing room
Categories
(Hello (Loop) :: Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alexis+bugs, Assigned: rhubscher)
References
Details
(Whiteboard: [qa+])
- PUT /rooms/{id}
roomName - The room-owner-assigned name used to identify this room.
expiresIn - The number of hours for which the room will exist.
roomOwner - The user-friendly display name indicating the name of the room's owner.
maxSize - The maximum number of users allowed in the room at one time.
returns
expiresAt - The date after which the room will no longer be valid (in seconds since the Unix epoch).
Alternative route: PUT /routes/{id}
Updated•10 years ago
|
Whiteboard: [qa+]
Assignee | ||
Comment 1•10 years ago
|
||
Is the owner the only person that should be able to update the room parameters?
Flags: needinfo?(adam)
Assignee | ||
Comment 2•10 years ago
|
||
A beginning is there: https://github.com/mozilla-services/loop-server/commit/75806dc15b24393b6e887b7541d35021f950b913
We probably want to restrict access to this view PUT / DELETE for the owner only.
Assignee: nobody → rhubscher
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 3•10 years ago
|
||
(In reply to Rémy Hubscher (:natim) from comment #1)
> Is the owner the only person that should be able to update the room
> parameters?
Yes.
Flags: needinfo?(adam)
Reporter | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•