You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, it would be great to have the ability to reset a group link. signal-cli already supports the --reset-link option on the updateGroup command.
The text was updated successfully, but these errors were encountered:
Feature Request
The endpoint that updates the state of a Signal group (
/v1/groups/:number/:groupId
) only accepts three properties as input data:The client function only accepts these parameters, so they can't be passed to the endpoint:
signal-cli-rest-api/src/client/client.go
Line 1561 in 1506c1c
I suggest adding support for updating the
group_link
andpermissions
, like the create group endpoint supports:Additionally, it would be great to have the ability to reset a group link.
signal-cli
already supports the--reset-link
option on theupdateGroup
command.The text was updated successfully, but these errors were encountered: