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
Copy file name to clipboardExpand all lines: .github/templates/README.template.md
+15-21Lines changed: 15 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,16 +214,12 @@ like Blocked Endpoints and any sort of Auth.
214
214
215
215
Because Secured Signal API is just a Proxy you can use all of the [Signal REST API](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) endpoints except for...
216
216
217
-
| Endpoint |
218
-
| :-------------------- |
219
-
| **/v1/about** |
220
-
| **/v1/configuration** |
221
-
| **/v1/devives** |
222
-
| **/v1/register** |
223
-
| **/v1/unregister** |
224
-
| **/v1/qrcodelink** |
225
-
| **/v1/accounts** |
226
-
| **/v1/contacts** |
217
+
| Endpoint | |
218
+
| :-------------------- | ------------------ |
219
+
| **/v1/about** | **/v1/unregister** |
220
+
| **/v1/configuration** | **/v1/qrcodelink** |
221
+
| **/v1/devives** | **/v1/contacts** |
222
+
| **/v1/register** | **/v1/accounts** |
227
223
228
224
> [!NOTE]
229
225
> Matching works by checking if the requested Endpoints startswith a Blocked or Allowed Endpoint
@@ -267,17 +263,15 @@ variables:
267
263
268
264
To improve compatibility with other services Secured Signal API provides aliases for the `message` attribute by default:
0 commit comments