Description:
channels.setType returns a 400 response error when trying to change a Private Group to a Channel.
Server Setup Information:
- Version of Rocket.Chat Server: 0.56.0
- Operating System: Ubuntu x64
- Deployment Method(snap/docker/tar/etc): snap
- Number of Running Instances: 1
- DB Replicaset Oplog:
- Node Version: v4.8.1
Steps to Reproduce:
- Create a channel
- Make it private
- Use the REST API endpoint
channels.setType setting type to c
Expected behavior:
A 200 response containing a json representation of the channel with the type switched to c
Actual behavior:
A 400 response error - "Bad Request for url"
Relevant logs:
No relevant log messages when this error occurs.
Description:
channels.setTypereturns a 400 response error when trying to change a Private Group to a Channel.Server Setup Information:
Steps to Reproduce:
channels.setTypesetting type tocExpected behavior:
A 200 response containing a json representation of the channel with the type switched to
cActual behavior:
A 400 response error - "Bad Request for url"
Relevant logs:
No relevant log messages when this error occurs.