DorskFR
93b366cad6
added voice_note parameter to send endpoint
2026-09-07 09:14:44 +09:00
Bernhard B
8cc38d439a
updated swagger docs
2026-09-04 15:23:28 +02:00
PINKU
ede08b64d8
expose group membership isMember via the REST API
2026-06-05 10:10:04 +02:00
Gara Dorta
af48a4304b
Regenerate docs
2026-05-15 18:55:26 +02:00
Era Dorta
1f222d7261
Add receive definitions to the docs files
2026-05-04 14:09:43 +01:00
Era Dorta
6fa06f9611
Add back swagger.json file
2026-05-04 13:39:43 +01:00
Era Dorta
eda99213a7
fix: remove swagger.json and swagger.yaml files
2026-05-04 13:36:25 +01:00
Era Dorta
59d6912f21
Mark name and members as optional fields in CreateGroupRequest
2026-04-08 19:26:42 +02:00
Era Dorta
87ab2bb398
refactor: split Reaction in two classes to mark the Reaction field as optional
2026-04-06 17:05:45 +02:00
Era Dorta
4e541848e2
docs: regenerated docs with required fields
2026-04-06 16:57:57 +02:00
Bernhard B
6ca5ff1aee
added expand query parameter to /groups endpoints
...
see #790
2026-03-21 21:38:49 +01:00
Bernhard B
d45b906aa9
regenerated swagger documentation
2026-03-21 19:48:10 +01:00
Bernhard B
baca954dcc
updated swagger documentation
2026-03-13 21:24:15 +01:00
Brian (bex) Exelbierd
2760fe0b70
add --ignore-avatars and --ignore-stickers support
...
Expose the new signal-cli v0.14.0 --ignore-avatars and --ignore-stickers
flags across all modes:
* JSON-RPC mode: JSON_RPC_IGNORE_AVATARS and JSON_RPC_IGNORE_STICKERS
environment variables
* Normal/Native mode: ignore_avatars and ignore_stickers query parameters
on the /v1/receive endpoint
* Auto-receive scheduler: AUTO_RECEIVE_SCHEDULE_IGNORE_AVATARS and
AUTO_RECEIVE_SCHEDULE_IGNORE_STICKERS environment variables
Follows the existing pattern of --ignore-attachments and --ignore-stories.
Refs #776 , #723
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-07 22:52:26 +01:00
Dan Gabel
6ec6e198d7
Adds --all-recipient handling for ListContact endpoints
2026-02-12 15:36:42 -06:00
Bernhard B
7711ad5503
added REST API endpoints for Signal Polls
...
see #765
2026-01-24 17:37:20 +01:00
Bernhard B
08cd2bd12c
added two new endpoints
...
* added endpoint to list a contact
* added endpoint to get a contact's avatar
2025-09-30 22:31:10 +02:00
Bernhard B
7c9e9ce04f
extended groups POST/PUT request
...
* added possibility to change permissions with the groups PUT request
* added possibility to change the send messages permission when creating
a group with the POST request
see #746
2025-09-15 12:37:45 +02:00
Era Dorta
af3eadbbc0
Replace the handler from post to delete
2025-08-29 19:59:56 +02:00
Era Dorta
f078e1a2ae
Add documentation
2025-08-29 19:55:45 +02:00
Bernhard B
4102331404
added view_once parameter to send endpoint
...
see #724
2025-07-17 23:18:41 +02:00
Bernhard B
b3a6ee1e5d
added new endpoint to return a group's avatar
2025-06-03 22:18:29 +02:00
Bernhard B
6eacfb0890
added support for link previews
...
see #439
2025-05-01 23:29:23 +02:00
Bernhard B
3497b3d806
exposed 'listDevices' signal-cli command via REST
...
* the signal-cli command 'listDevices' is now exposed as
/v1/devices/<number> endpoint.
see #676
2025-03-30 23:14:16 +02:00
Bernhard B
bf929a3aa1
extended list contacts GET endpoint
...
* exposed some more fields
see #675
2025-03-29 22:33:37 +01:00
Bernhard B
8346f9072a
fixed error in swagger documentation
...
* set pin request needs to be a POST request
* added payload to swagger documentation
2025-03-16 00:24:16 +01:00
Bernhard B
4404929c90
added API endpoints to set/remove a pin
...
see #660
2025-02-26 22:26:13 +01:00
Bernhard B
4f07a64d68
improved swagger documentation
...
* documented styling options in v2/send endpoint
2025-02-09 22:40:01 +01:00
Bernhard B
d5a1d252a2
fixed swagger API documentation
2024-12-24 23:16:50 +01:00
Bernhard B
a70c2994c3
added possibility to escape formatting characters
...
see #562
2024-12-24 23:05:22 +01:00
Bernhard B
db97de3d81
fixed swagger documentation for search endpoint
...
see #622
2024-11-29 22:21:31 +01:00
Bernhard B
2c4ef753ab
added expiration_time to Update Groups endpoint
...
see #616
2024-11-15 22:43:02 +01:00
Bernhard B
6e78758510
re-generated swagger documentation
2024-11-04 22:02:07 +01:00
crummy
3eeaafca4d
Correct field name
2024-11-04 19:41:14 +13:00
crummy
495003f73a
Re-add missing lines
2024-11-01 21:32:27 +13:00
crummy
8ac02d28eb
Correct "number" - it's actually the phone number
2024-10-28 13:37:50 +13:00
crummy
26a5a6039b
Update swagger files from code, with swag tool
2024-10-28 13:07:05 +13:00
crummy
a8494b70bd
Add scheme to satisfy liblab
2024-10-26 14:04:19 +13:00
crummy
e16eed4580
Add default host to satisfy liblab
2024-10-26 13:55:55 +13:00
crummy
c62dc45a85
Fix linting warnings in swagger files
2024-10-25 10:18:55 +13:00
Bernhard B
54252a3d52
fixed swagger documentation
...
see #602
2024-10-14 15:58:35 +02:00
Bernhard B
94e93cbe35
added expiration_time parameter to create group endpoint
...
see #587
2024-10-07 23:02:33 +02:00
Jonathan Beaulieu
47390f85df
Add missing groupid parameter
...
Was missing from delete and add group admin and member.
2024-09-13 11:24:48 +00:00
Jonathan Beaulieu
37cdcac44d
Ran swag init with no changes
2024-09-13 11:22:07 +00:00
Bernhard B
e1ea5932c9
re-build swagger documentation
2024-08-20 21:44:11 +02:00
ahatius
8cd60ff6c3
Add support to disable notify-self flag on /v2/send endpoint
2024-08-07 18:54:24 +02:00
Bernhard B
f444622397
rebuilt swagger documentation
2024-06-18 19:50:09 +02:00
Bernhard B
bbd088fc0b
added username support to /v2/send endpoint
2024-05-22 19:22:39 +02:00
Bernhard B
95e0b88671
rebuilt swagger documentation
2024-05-11 17:24:34 +02:00
Bernhard B
193a9f1e5b
update Swagger documentation
2024-04-27 19:10:28 +02:00