signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Dockerized Signal Messenger REST API

Results 121 signal-cli-rest-api issues
Sort by recently updated
recently updated
newest added

### Feature Request The endpoint that updates the state of a Signal group (`/v1/groups/:number/:groupId`) only accepts three properties as input data: ```json { "base64_avatar": "string", "description": "string", "name": "string" }...