mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
Add support to disable notify-self flag on /v2/send endpoint
This commit is contained in:
@@ -2282,6 +2282,9 @@ var doc = `{
|
||||
"normal",
|
||||
"styled"
|
||||
]
|
||||
},
|
||||
"notify_self": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2266,6 +2266,9 @@
|
||||
"normal",
|
||||
"styled"
|
||||
]
|
||||
},
|
||||
"notify_self": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2589,4 +2592,4 @@
|
||||
"name": "Sticker Packs"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,6 +195,8 @@ definitions:
|
||||
- normal
|
||||
- styled
|
||||
type: string
|
||||
notify_self:
|
||||
type: boolean
|
||||
type: object
|
||||
api.SetUsernameRequest:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user